g

gradle-nexus-plugin

Gradle plugin for configuring and upload artifacts to Sonatype Nexus.
https://github.com/bmuschko/gradle-nexus-plugin
The Apache Software License, Version 2.0
Benjamin Muschko
Files download
File Operation
gradle-nexus-plugin-2.3.1.jar download
gradle-nexus-plugin-2.3.1.pom download
gradle-nexus-plugin-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bmuschko</groupId>
  <artifactId>gradle-nexus-plugin</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.bmuschko:gradle-nexus-plugin:2.3.1'
Gradle Kotlin
implementation("com.bmuschko:gradle-nexus-plugin:2.3.1")
Scala SBT
libraryDependencies += "com.bmuschko" % "gradle-nexus-plugin" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.bmuschko', module='gradle-nexus-plugin', version='2.3.1')
)
Apache Ivy
<dependency org="com.bmuschko" name="gradle-nexus-plugin" rev="2.3.1" />
Leiningen
[com.bmuschko/gradle-nexus-plugin "2.3.1"]
Apache Buildr
'com.bmuschko:gradle-nexus-plugin:jar:2.3.1'
Dependencies
The project has no third-party dependencies