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