| GroupId | GroupIdorg.sonatype.nexus.obr |
|---|---|
| ArtifactId | ArtifactIdnexus-obr-testsuite |
| Version | Version2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nexus-obr-testsuite-2.1.pom | |
| nexus-obr-testsuite-2.1.jar | 2 KB |
| nexus-obr-testsuite-2.1-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.obr/nexus-obr-testsuite/ -->
<dependency>
<groupId>org.sonatype.nexus.obr</groupId>
<artifactId>nexus-obr-testsuite</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.obr/nexus-obr-testsuite/
implementation 'org.sonatype.nexus.obr:nexus-obr-testsuite:2.1'
// https://jarcasting.com/artifacts/org.sonatype.nexus.obr/nexus-obr-testsuite/
implementation ("org.sonatype.nexus.obr:nexus-obr-testsuite:2.1")
'org.sonatype.nexus.obr:nexus-obr-testsuite:jar:2.1'
<dependency org="org.sonatype.nexus.obr" name="nexus-obr-testsuite" rev="2.1">
<artifact name="nexus-obr-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.obr', module='nexus-obr-testsuite', version='2.1')
)
libraryDependencies += "org.sonatype.nexus.obr" % "nexus-obr-testsuite" % "2.1"
[org.sonatype.nexus.obr/nexus-obr-testsuite "2.1"]