GroupId | GroupIdorg.sonatype.nexus.tools |
---|---|
ArtifactId | ArtifactIdnexus-migration-tool |
Version | Version1.2.0.3 |
Type | Typepom |
Filename | Size |
---|---|
nexus-migration-tool-1.2.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/ -->
<dependency>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-tool</artifactId>
<version>1.2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/
implementation 'org.sonatype.nexus.tools:nexus-migration-tool:1.2.0.3'
// https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/
implementation ("org.sonatype.nexus.tools:nexus-migration-tool:1.2.0.3")
'org.sonatype.nexus.tools:nexus-migration-tool:pom:1.2.0.3'
<dependency org="org.sonatype.nexus.tools" name="nexus-migration-tool" rev="1.2.0.3">
<artifact name="nexus-migration-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.tools', module='nexus-migration-tool', version='1.2.0.3')
)
libraryDependencies += "org.sonatype.nexus.tools" % "nexus-migration-tool" % "1.2.0.3"
[org.sonatype.nexus.tools/nexus-migration-tool "1.2.0.3"]