Download gradle-nexus-plugin-2.3.1.jar file - Jar g

Jar examples for g:gradle-nexus-plugin

Description

Gradle plugin for configuring and upload artifacts to Sonatype Nexus.

You can download jar file gradle-nexus-plugin 2.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-nexus-plugin-2.3.1.jar to your project.

<dependency>
   <groupId>com.bmuschko</groupId>
   <artifactId>gradle-nexus-plugin</artifactId>
   <version>2.3.1</version>
</dependency>
compile group: 'com.bmuschko', name: 'gradle-nexus-plugin', version: '2.3.1'
libraryDependencies += "com.bmuschko" % "gradle-nexus-plugin" % "2.3.1"
<dependency org="com.bmuschko" name="gradle-nexus-plugin" rev="2.3.1"/>
@Grapes(@Grab(group='com.bmuschko', module='gradle-nexus-plugin', version='2.3.1'))
'com.bmuschko:gradle-nexus-plugin:jar:2.3.1'

Download

Click the following link to download the jar file.

gradle-nexus-plugin-2.3.1-groovydoc.jar
gradle-nexus-plugin-2.3.1-javadoc.jar
gradle-nexus-plugin-2.3.1-sources.jar
gradle-nexus-plugin-2.3.1.jar
gradle-nexus-plugin-2.3.1.pom



Related Tutorials