/maven/artifacts/dependencies
List the declared dependencies of a specific Maven Central artifact version
Price: 1 credit
💡 AI Hint: List the dependencies declared in the POM of a specific Maven Central artifact version. The coordinate must include a version (‘groupId:artifactId:version’) or supply it separately. Returns each dependency’s group/artifact id, version, scope, and optional flag. Versions inherited from a parent POM or defined through properties may appear unresolved.
⚠️ Common errors: 412: Artifact or version not found
Authorizations
API token from the dashboard
Headers
Body
Artifact coordinate 'groupId:artifactId:version' or a Maven artifact URL with a version
1"com.google.guava:guava:33.4.8-jre"
"https://central.sonatype.com/artifact/com.google.guava/guava/33.4.8-jre"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Version (required if not included in the coordinate)
"33.4.8-jre"