GroupId | GroupIdorg.sonatype.nexus.tools |
---|---|
ArtifactId | ArtifactIdnexus-migration-tool |
Version | Version1.0.0-beta-5 |
Type | Typepom |
Filename | Size |
---|---|
nexus-migration-tool-1.0.0-beta-5.pom | 3 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.0.0-beta-5</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.0.0-beta-5'
// https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/
implementation ("org.sonatype.nexus.tools:nexus-migration-tool:1.0.0-beta-5")
'org.sonatype.nexus.tools:nexus-migration-tool:pom:1.0.0-beta-5'
<dependency org="org.sonatype.nexus.tools" name="nexus-migration-tool" rev="1.0.0-beta-5">
<artifact name="nexus-migration-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.tools', module='nexus-migration-tool', version='1.0.0-beta-5')
)
libraryDependencies += "org.sonatype.nexus.tools" % "nexus-migration-tool" % "1.0.0-beta-5"
[org.sonatype.nexus.tools/nexus-migration-tool "1.0.0-beta-5"]