GroupId | GroupIdorg.sonatype.nexus |
---|---|
ArtifactId | ArtifactIdnexus-utils |
Version | Version2.1-RC1 |
Type | Typejar |
Filename | Size |
---|---|
nexus-utils-2.1-RC1.pom | |
nexus-utils-2.1-RC1.jar | 26 KB |
nexus-utils-2.1-RC1-tests.jar | 2 KB |
nexus-utils-2.1-RC1-sources.jar | 24 KB |
nexus-utils-2.1-RC1-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-utils/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-utils</artifactId>
<version>2.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-utils/
implementation 'org.sonatype.nexus:nexus-utils:2.1-RC1'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-utils/
implementation ("org.sonatype.nexus:nexus-utils:2.1-RC1")
'org.sonatype.nexus:nexus-utils:jar:2.1-RC1'
<dependency org="org.sonatype.nexus" name="nexus-utils" rev="2.1-RC1">
<artifact name="nexus-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-utils', version='2.1-RC1')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-utils" % "2.1-RC1"
[org.sonatype.nexus/nexus-utils "2.1-RC1"]