Moved
Merged into https://github.com/sonatype/nexus-oss
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.sonatype.nexus.restlight |
ArtifactId | ArtifactIdnexus-restlight-clients |
Last Version | Last Version2.3.1-01 |
Release Date | Release Date |
Type | Typejar |
Description |
Description${project.name}
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nexus-restlight-clients-2.3.1-01.pom | 4 KB |
nexus-restlight-clients-2.3.1-01-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>2.3.1-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-clients:2.3.1-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-clients:2.3.1-01")
'org.sonatype.nexus.restlight:nexus-restlight-clients:jar:2.3.1-01'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-clients" rev="2.3.1-01">
<artifact name="nexus-restlight-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-clients', version='2.3.1-01')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-clients" % "2.3.1-01"
[org.sonatype.nexus.restlight/nexus-restlight-clients "2.3.1-01"]
Merged into https://github.com/sonatype/nexus-oss