Download gradle-nexus-staging-plugin-0.8.0.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.8.0 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.8.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials