License |
License |
---|---|
GroupId | GroupIdorg.sonatype.nexus.tools |
ArtifactId | ArtifactIdnexus-migration-tool |
Version | Version2.2-01 |
Type | Typepom |
Description |
DescriptionNexus : Migration Tools
Sonatype Nexus Repository Manager
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nexus-migration-tool-2.2-01.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>2.2-01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/
implementation 'org.sonatype.nexus.tools:nexus-migration-tool:2.2-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.tools/nexus-migration-tool/
implementation ("org.sonatype.nexus.tools:nexus-migration-tool:2.2-01")
'org.sonatype.nexus.tools:nexus-migration-tool:pom:2.2-01'
<dependency org="org.sonatype.nexus.tools" name="nexus-migration-tool" rev="2.2-01">
<artifact name="nexus-migration-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.tools', module='nexus-migration-tool', version='2.2-01')
)
libraryDependencies += "org.sonatype.nexus.tools" % "nexus-migration-tool" % "2.2-01"
[org.sonatype.nexus.tools/nexus-migration-tool "2.2-01"]