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