MVN

org.sonatype.nexus.plugins : nexus-groovy-plugin

Maven & Gradle

Mar 23, 2022
16 usages
<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-groovy-plugin</artifactId>
    <version>2.15.1-02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.15.1-02

All Versions

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

Version Vulnerabilities Updated
3.0.x
nexus-groovy-plugin-3.0.0-b2015020701
nexus-groovy-plugin-3.0.0-b2014101001
2.15.x
nexus-groovy-plugin-2.15.1-02
nexus-groovy-plugin-2.15.0-04
2.14.x
nexus-groovy-plugin-2.14.21-02
nexus-groovy-plugin-2.14.20-02
nexus-groovy-plugin-2.14.20-01
nexus-groovy-plugin-2.14.19-01
nexus-groovy-plugin-2.14.18-01
nexus-groovy-plugin-2.14.17-01
nexus-groovy-plugin-2.14.16-01
nexus-groovy-plugin-2.14.15-01
nexus-groovy-plugin-2.14.14-01
nexus-groovy-plugin-2.14.13-01
nexus-groovy-plugin-2.14.12-02
nexus-groovy-plugin-2.14.11-01
nexus-groovy-plugin-2.14.10-01
nexus-groovy-plugin-2.14.9-01
nexus-groovy-plugin-2.14.8-01
nexus-groovy-plugin-2.14.7-01
nexus-groovy-plugin-2.14.6-02
nexus-groovy-plugin-2.14.5-02
nexus-groovy-plugin-2.14.4-03
nexus-groovy-plugin-2.14.4-01
nexus-groovy-plugin-2.14.3-02
nexus-groovy-plugin-2.14.2-01
nexus-groovy-plugin-2.14.1-01
nexus-groovy-plugin-2.14.0-01
2.13.x
nexus-groovy-plugin-2.13.0-01
2.12.x
nexus-groovy-plugin-2.12.1-01
nexus-groovy-plugin-2.12.0-01
2.11.x
nexus-groovy-plugin-2.11.4-01
nexus-groovy-plugin-2.11.3-01
nexus-groovy-plugin-2.11.2-06
nexus-groovy-plugin-2.11.2-04
nexus-groovy-plugin-2.11.2-03
nexus-groovy-plugin-2.11.2-01
nexus-groovy-plugin-2.11.1-01
nexus-groovy-plugin-2.11.0-02
nexus-groovy-plugin-2.11.0-01
2.10.x
nexus-groovy-plugin-2.10.0-02
nexus-groovy-plugin-2.10.0-01
2.9.x
nexus-groovy-plugin-2.9.2-01
nexus-groovy-plugin-2.9.1-02
nexus-groovy-plugin-2.9.1-01
nexus-groovy-plugin-2.9.0-04
nexus-groovy-plugin-2.9.0-01
2.8.x
nexus-groovy-plugin-2.8.1-01
nexus-groovy-plugin-2.8.0-05
nexus-groovy-plugin-2.8.0-01
2.7.x
nexus-groovy-plugin-2.7.2-03
nexus-groovy-plugin-2.7.2-02
nexus-groovy-plugin-2.7.2-01
nexus-groovy-plugin-2.7.1-01
nexus-groovy-plugin-2.7.0-06
nexus-groovy-plugin-2.7.0-05
nexus-groovy-plugin-2.7.0-04
nexus-groovy-plugin-2.7.0-03
nexus-groovy-plugin-2.7.0-02
nexus-groovy-plugin-2.7.0-01
nexus-groovy-plugin-2.7.0-m4
nexus-groovy-plugin-2.7.0-m3
nexus-groovy-plugin-2.7.0-m2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.plugins</groupId>
    <artifactId>nexus-groovy-plugin</artifactId>
    <version>2.15.1-02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonatype.nexus.plugins:nexus-groovy-plugin:2.15.1-02'

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

implementation("org.sonatype.nexus.plugins:nexus-groovy-plugin:2.15.1-02")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-groovy-plugin" % "2.15.1-02"

Advertisement