is not current version
Last Version 2.3.1

com.bmuschko:gradle-nexus-plugin 2.2

Gradle plugin for configuring and upload artifacts to Sonatype Nexus.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.bmuschko
ArtifactId

ArtifactId

gradle-nexus-plugin
Version

Version

2.2
Type

Type

jar

Download gradle-nexus-plugin 2.2


<!-- https://jarcasting.com/artifacts/com.bmuschko/gradle-nexus-plugin/ -->
<dependency>
    <groupId>com.bmuschko</groupId>
    <artifactId>gradle-nexus-plugin</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bmuschko/gradle-nexus-plugin/
implementation 'com.bmuschko:gradle-nexus-plugin:2.2'
// https://jarcasting.com/artifacts/com.bmuschko/gradle-nexus-plugin/
implementation ("com.bmuschko:gradle-nexus-plugin:2.2")
'com.bmuschko:gradle-nexus-plugin:jar:2.2'
<dependency org="com.bmuschko" name="gradle-nexus-plugin" rev="2.2">
  <artifact name="gradle-nexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bmuschko', module='gradle-nexus-plugin', version='2.2')
)
libraryDependencies += "com.bmuschko" % "gradle-nexus-plugin" % "2.2"
[com.bmuschko/gradle-nexus-plugin "2.2"]