Skip to main content

Module registry

Module registry 

Source
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§

MavenCentralRegistry

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 name is not a groupId:artifactId pair.