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