MVN

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

Maven & Gradle

Apr 23, 2021
6 usages
1.4k stars
<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-helm</artifactId>
    <version>3.30.1-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.30.1-01

All Versions

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

Version Vulnerabilities Updated
3.30.x
nexus-repository-helm-3.30.1-01
nexus-repository-helm-3.30.0-01
3.29.x
nexus-repository-helm-3.29.2-02
nexus-repository-helm-3.29.1-01
nexus-repository-helm-3.29.0-02
3.28.x
nexus-repository-helm-3.28.1-01
nexus-repository-helm-3.28.0-01
1.0.x
nexus-repository-helm-1.0.21
nexus-repository-helm-1.0.20
nexus-repository-helm-1.0.19
nexus-repository-helm-1.0.18
nexus-repository-helm-1.0.17
nexus-repository-helm-1.0.16
nexus-repository-helm-1.0.15
nexus-repository-helm-1.0.14
nexus-repository-helm-1.0.13
nexus-repository-helm-1.0.12
nexus-repository-helm-1.0.11
nexus-repository-helm-1.0.10
nexus-repository-helm-1.0.9
nexus-repository-helm-1.0.8
nexus-repository-helm-1.0.7
nexus-repository-helm-1.0.6
nexus-repository-helm-1.0.5
nexus-repository-helm-1.0.4
nexus-repository-helm-1.0.3
nexus-repository-helm-1.0.2
nexus-repository-helm-1.0.0
0.0.x
nexus-repository-helm-0.0.13

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-repository-helm</artifactId>
    <version>3.30.1-01</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonatype.nexus.plugins:nexus-repository-helm:3.30.1-01'

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

implementation("org.sonatype.nexus.plugins:nexus-repository-helm:3.30.1-01")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-repository-helm" % "3.30.1-01"