MVN

org.sonatype.nexus.plugins : nexus-repository-puppet

Maven & Gradle

Nov 04, 2022
1.4k stars
<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-puppet</artifactId>
    <version>0.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.16

All Versions

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

Version Vulnerabilities Updated
0.1.x
nexus-repository-puppet-0.1.16
nexus-repository-puppet-0.1.15
nexus-repository-puppet-0.1.14
nexus-repository-puppet-0.1.6
nexus-repository-puppet-0.1.5
nexus-repository-puppet-0.1.4
nexus-repository-puppet-0.1.3
nexus-repository-puppet-0.1.2
nexus-repository-puppet-0.1.1
0.0.x
nexus-repository-puppet-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-puppet</artifactId>
    <version>0.1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonatype.nexus.plugins:nexus-repository-puppet:0.1.16'

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

implementation("org.sonatype.nexus.plugins:nexus-repository-puppet:0.1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-repository-puppet" % "0.1.16"