Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sonatype.nexus.restlight |
ArtifactId | ArtifactIdnexus-restlight-clients |
Version | Version1.9.0.2 |
Type | Typejar |
Filename | Size |
---|---|
nexus-restlight-clients-1.9.0.2.pom | 4 KB |
nexus-restlight-clients-1.9.0.2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/ -->
<dependency>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-clients</artifactId>
<version>1.9.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-clients:1.9.0.2'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-clients:1.9.0.2")
'org.sonatype.nexus.restlight:nexus-restlight-clients:jar:1.9.0.2'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-clients" rev="1.9.0.2">
<artifact name="nexus-restlight-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-clients', version='1.9.0.2')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-clients" % "1.9.0.2"
[org.sonatype.nexus.restlight/nexus-restlight-clients "1.9.0.2"]