Download gradle-nexus-plugin-0.3.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 0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gradle-nexus-plugin-0.3-javadoc.jar
gradle-nexus-plugin-0.3-sources.jar
gradle-nexus-plugin-0.3.jar
gradle-nexus-plugin-0.3.pom



Related Tutorials