| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.sonatype.nexus.obr |
| ArtifactId | ArtifactIdnexus-obr-client |
| Last Version | Last Version2.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description${project.name}
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nexus-obr-client-2.1.2.pom | |
| nexus-obr-client-2.1.2.jar | 12 KB |
| nexus-obr-client-2.1.2-sources.jar | 12 KB |
| nexus-obr-client-2.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.obr/nexus-obr-client/
implementation 'org.sonatype.nexus.obr:nexus-obr-client:2.1.2'
// https://jarcasting.com/artifacts/org.sonatype.nexus.obr/nexus-obr-client/
implementation ("org.sonatype.nexus.obr:nexus-obr-client:2.1.2")
'org.sonatype.nexus.obr:nexus-obr-client:jar:2.1.2'
<dependency org="org.sonatype.nexus.obr" name="nexus-obr-client" rev="2.1.2">
<artifact name="nexus-obr-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.obr', module='nexus-obr-client', version='2.1.2')
)
libraryDependencies += "org.sonatype.nexus.obr" % "nexus-obr-client" % "2.1.2"
[org.sonatype.nexus.obr/nexus-obr-client "2.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.nexus.client : nexus-client-core | jar | 2.5.0-01 |
| javax.inject : javax.inject Optional | jar | 1 |