/maven/artifacts
Get Maven Central artifact details by coordinate (groupId:artifactId[:version]) or artifact URL
Price: 1 credit
💡 AI Hint: Get full details of a Maven Central artifact by coordinate (‘groupId:artifactId’, optionally with a version) or Maven Central artifact URL. Returns group/artifact id, resolved version, latest and release versions, packaging, project name and description, homepage, licenses, categories, classifiers, declared dependencies (with counts), dependent/dependency popularity counts, quality score, publish and last-updated timestamps, and links to the OSS Index and SBOM reports.
⚠️ Common errors: 412: Artifact not found
Authorizations
API token from the dashboard
Headers
Body
Artifact coordinate 'groupId:artifactId' (optionally ':version') or a Maven artifact URL
1"com.google.guava:guava"
"org.apache.commons:commons-lang3:3.14.0"
"https://central.sonatype.com/artifact/com.google.guava/guava"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Specific version to fetch (latest release if omitted)
"33.4.8-jre"
Response
Successful Response