| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.sonatype.nexus.restlight |
| ArtifactId | ArtifactIdnexus-restlight-clients |
| Version | Version2.0.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| nexus-restlight-clients-2.0.6.pom | 3 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.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-clients:2.0.6'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-clients/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-clients:2.0.6")
'org.sonatype.nexus.restlight:nexus-restlight-clients:pom:2.0.6'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-clients" rev="2.0.6">
<artifact name="nexus-restlight-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-clients', version='2.0.6')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-clients" % "2.0.6"
[org.sonatype.nexus.restlight/nexus-restlight-clients "2.0.6"]