MVN

org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite

Maven & Gradle

Apr 21, 2022
68 stars
<dependency>
    <groupId>org.sonatype.nexus.maven</groupId>
    <artifactId>nexus-staging-maven-plugin-testsuite</artifactId>
    <version>1.6.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.13

All Versions

Choose a version of org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
nexus-staging-maven-plugin-testsuite-1.6.13
nexus-staging-maven-plugin-testsuite-1.6.12
nexus-staging-maven-plugin-testsuite-1.6.11
nexus-staging-maven-plugin-testsuite-1.6.10
nexus-staging-maven-plugin-testsuite-1.6.9
nexus-staging-maven-plugin-testsuite-1.6.8
nexus-staging-maven-plugin-testsuite-1.6.7
nexus-staging-maven-plugin-testsuite-1.6.6
nexus-staging-maven-plugin-testsuite-1.6.5
nexus-staging-maven-plugin-testsuite-1.6.4
nexus-staging-maven-plugin-testsuite-1.6.3
nexus-staging-maven-plugin-testsuite-1.6.2
nexus-staging-maven-plugin-testsuite-1.6.1
1.6
nexus-staging-maven-plugin-testsuite-1.6
1.5.x
nexus-staging-maven-plugin-testsuite-1.5.1
1.4.x
nexus-staging-maven-plugin-testsuite-1.4.8
nexus-staging-maven-plugin-testsuite-1.4.7
nexus-staging-maven-plugin-testsuite-1.4.6
nexus-staging-maven-plugin-testsuite-1.4.5
nexus-staging-maven-plugin-testsuite-1.4.4
nexus-staging-maven-plugin-testsuite-1.4.3
nexus-staging-maven-plugin-testsuite-1.4.2
nexus-staging-maven-plugin-testsuite-1.4.1
1.4
nexus-staging-maven-plugin-testsuite-1.4
1.3
nexus-staging-maven-plugin-testsuite-1.3

How to add a dependency to Maven

Add the following org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.nexus.maven</groupId>
    <artifactId>nexus-staging-maven-plugin-testsuite</artifactId>
    <version>1.6.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus.maven:nexus-staging-maven-plugin-testsuite:1.6.13'

Gradle Kotlin DSL: Add the following org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus.maven:nexus-staging-maven-plugin-testsuite:1.6.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus.maven : nexus-staging-maven-plugin-testsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus.maven" % "nexus-staging-maven-plugin-testsuite" % "1.6.13"