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