MVN

org.sonatype.nexus.tools : nexus-repository-convertion-tool

Maven & Gradle

Jan 28, 2009

Nexus Repository Convertion Tool

<dependency>
    <groupId>org.sonatype.nexus.tools</groupId>
    <artifactId>nexus-repository-convertion-tool</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.tools : nexus-repository-convertion-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Beta: 1.2.0-beta-2

All Versions

Choose a version of org.sonatype.nexus.tools : nexus-repository-convertion-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
nexus-repository-convertion-tool-1.2.1
nexus-repository-convertion-tool-1.2.0.4
nexus-repository-convertion-tool-1.2.0.3
nexus-repository-convertion-tool-1.2.0.2
nexus-repository-convertion-tool-1.2.0.1
nexus-repository-convertion-tool-1.2.0
nexus-repository-convertion-tool-1.2.0-beta-2
nexus-repository-convertion-tool-1.2.0-beta-1

How to add a dependency to Maven

Add the following org.sonatype.nexus.tools : nexus-repository-convertion-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.nexus.tools</groupId>
    <artifactId>nexus-repository-convertion-tool</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus.tools : nexus-repository-convertion-tool gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus.tools:nexus-repository-convertion-tool:1.2.1'

Gradle Kotlin DSL: Add the following org.sonatype.nexus.tools : nexus-repository-convertion-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus.tools:nexus-repository-convertion-tool:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus.tools : nexus-repository-convertion-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus.tools" % "nexus-repository-convertion-tool" % "1.2.1"