Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sonatype.nexus.restlight |
ArtifactId | ArtifactIdnexus-restlight-core-client |
Version | Version1.9.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-core-client/ -->
<dependency>
<groupId>org.sonatype.nexus.restlight</groupId>
<artifactId>nexus-restlight-core-client</artifactId>
<version>1.9.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-core-client/
implementation 'org.sonatype.nexus.restlight:nexus-restlight-core-client:1.9.2.3'
// https://jarcasting.com/artifacts/org.sonatype.nexus.restlight/nexus-restlight-core-client/
implementation ("org.sonatype.nexus.restlight:nexus-restlight-core-client:1.9.2.3")
'org.sonatype.nexus.restlight:nexus-restlight-core-client:jar:1.9.2.3'
<dependency org="org.sonatype.nexus.restlight" name="nexus-restlight-core-client" rev="1.9.2.3">
<artifact name="nexus-restlight-core-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.restlight', module='nexus-restlight-core-client', version='1.9.2.3')
)
libraryDependencies += "org.sonatype.nexus.restlight" % "nexus-restlight-core-client" % "1.9.2.3"
[org.sonatype.nexus.restlight/nexus-restlight-core-client "1.9.2.3"]