Download gradle-scm-plugin-1.12.0-RC2.jar file - Jar g

Jar examples for g:gradle-scm-plugin

Description

Plugin to setup common SCM operations and information gathering

You can download jar file gradle-scm-plugin 1.12.0-RC2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-scm-plugin-1.12.0-RC2.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-scm-plugin-1.12.0-RC2-javadoc.jar
gradle-scm-plugin-1.12.0-RC2-sources.jar
gradle-scm-plugin-1.12.0-RC2-tests.jar
gradle-scm-plugin-1.12.0-RC2.jar
gradle-scm-plugin-1.12.0-RC2.pom



Related Tutorials