MVN

com.bmuschko : gradle-nexus-plugin

Maven & Gradle

Mar 21, 2015
9 usages
290 stars

Gradle Sonatype Nexus plugin · Gradle plugin for configuring and upload artifacts to Sonatype Nexus.

<dependency>
    <groupId>com.bmuschko</groupId>
    <artifactId>gradle-nexus-plugin</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bmuschko : gradle-nexus-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of com.bmuschko : gradle-nexus-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
gradle-nexus-plugin-2.3.1
2.3
gradle-nexus-plugin-2.3
2.2
gradle-nexus-plugin-2.2
2.1.x
gradle-nexus-plugin-2.1.1
2.1
gradle-nexus-plugin-2.1
2.0.x
gradle-nexus-plugin-2.0.1

How to add a dependency to Maven

Add the following com.bmuschko : gradle-nexus-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bmuschko</groupId>
    <artifactId>gradle-nexus-plugin</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bmuschko : gradle-nexus-plugin gradle dependency to your build.gradle file:

implementation 'com.bmuschko:gradle-nexus-plugin:2.3.1'

Gradle Kotlin DSL: Add the following com.bmuschko : gradle-nexus-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bmuschko:gradle-nexus-plugin:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bmuschko : gradle-nexus-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bmuschko" % "gradle-nexus-plugin" % "2.3.1"

Advertisement