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