Download gradle-nexus-staging-plugin-0.5.3.jar file - Jar g

Jar examples for g:gradle-nexus-staging-plugin

Description

Gradle Nexus staging plugin

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gradle-nexus-staging-plugin-0.5.3.jar
gradle-nexus-staging-plugin-0.5.3-javadoc.jar
gradle-nexus-staging-plugin-0.5.3.pom
gradle-nexus-staging-plugin-0.5.3-sources.jar



Related Tutorials