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