ConsoleCatalog
Sign in
MVN Repository logo

MVN Repository

mvnrepository.comDeveloper Toolsno auth

Maven repository - Java package search, browsing, versions, and tags.

Artifact Details

ASYNCREADNo auth

Returns artifact detail with latest version, repository, license, and tags.

ParametersFormJSON

Maven groupId coordinate (e.g. io.github.bluetape4k)

Maven artifactId coordinate (e.g. bluetape4k-logging)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mvnrepository_artifact_detail",
    "params": {
      "group_id": "io.github.bluetape4k",
      "artifact_id": "bluetape4k-logging"
    }
  }'