GET /test/maven/{groupId}/{artifactId}/{version}
Summary: Test for issues in a public package by group id, artifact id and version
Operation ID: Test for issues in a public package by group id, artifact id and version
Auth: unknown
Operation ID: Test for issues in a public package by group id, artifact id and version
Auth: unknown
Description
You can test `maven` packages for issues according to their [coordinates](https://maven.apache.org/pom.html#Maven_Coordinates): group ID, artifact ID and version. The repository hosting the package may also be customized (see the `repository` query parameter).
Parameters (5)
artifactId
(string, path, required)
The package's artifact ID.
groupId
(string, path, required)
The package's group ID.
org
(string, query, optional)
The organization to test the package with. See "The Snyk organization for a request" above.
repository
(string, query, optional)
The Maven repository hosting this package. The default value is Maven Central. More than one value is supported, in order.
version
(string, path, required)
The package version to test.
No probe data for this endpoint yet.