Expand description
Maven Central registry client.
Uses maven-metadata.xml from Maven Central CDN for version fetching
(fast, CDN-cached) and Solr search API for package search (full-text).
Structs§
Constants§
- REGISTRY
- Display name for Maven Central used in not-found and API-response error
messages. Reused by
deps-gradle, which resolves through this registry.
Functions§
- package_
url - Returns the URL for a coordinate’s page on Maven Central (or maven.google.com for a
Google-group coordinate), falling back to a Central search query when
nameis not agroupId:artifactIdpair.