GroupId | GroupIdorg.projectnessie |
---|---|
ArtifactId | ArtifactIdnessie-jaxrs-tests |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.projectnessie/nessie-jaxrs-tests/ -->
<dependency>
<groupId>org.projectnessie</groupId>
<artifactId>nessie-jaxrs-tests</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectnessie/nessie-jaxrs-tests/
implementation 'org.projectnessie:nessie-jaxrs-tests:0.12.0'
// https://jarcasting.com/artifacts/org.projectnessie/nessie-jaxrs-tests/
implementation ("org.projectnessie:nessie-jaxrs-tests:0.12.0")
'org.projectnessie:nessie-jaxrs-tests:jar:0.12.0'
<dependency org="org.projectnessie" name="nessie-jaxrs-tests" rev="0.12.0">
<artifact name="nessie-jaxrs-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectnessie', module='nessie-jaxrs-tests', version='0.12.0')
)
libraryDependencies += "org.projectnessie" % "nessie-jaxrs-tests" % "0.12.0"
[org.projectnessie/nessie-jaxrs-tests "0.12.0"]