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