MVN

org.sonatype.nexus.plugins : nexus-repository-r-it

Maven & Gradle

Apr 23, 2021
1.4k stars
<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-r-it</artifactId>
    <version>1.1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.plugins : nexus-repository-r-it to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.21

All Versions

Choose a version of org.sonatype.nexus.plugins : nexus-repository-r-it to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
nexus-repository-r-it-1.1.21
nexus-repository-r-it-1.1.20
nexus-repository-r-it-1.1.19
nexus-repository-r-it-1.1.18
nexus-repository-r-it-1.1.17
nexus-repository-r-it-1.1.16
nexus-repository-r-it-1.1.15
nexus-repository-r-it-1.1.14
nexus-repository-r-it-1.1.13
nexus-repository-r-it-1.1.12
nexus-repository-r-it-1.1.11
nexus-repository-r-it-1.1.10
nexus-repository-r-it-1.1.9
nexus-repository-r-it-1.1.8
nexus-repository-r-it-1.1.7
nexus-repository-r-it-1.1.6
nexus-repository-r-it-1.1.5
nexus-repository-r-it-1.1.4
nexus-repository-r-it-1.1.3
nexus-repository-r-it-1.1.2
nexus-repository-r-it-1.1.1
nexus-repository-r-it-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-r-it</artifactId>
    <version>1.1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus.plugins : nexus-repository-r-it gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus.plugins:nexus-repository-r-it:1.1.21'

Gradle Kotlin DSL: Add the following org.sonatype.nexus.plugins : nexus-repository-r-it gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus.plugins:nexus-repository-r-it:1.1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus.plugins : nexus-repository-r-it sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-repository-r-it" % "1.1.21"