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