Download gradle-contacts-plugin-2.2.0.jar file - Jar g

Jar examples for g:gradle-contacts-plugin

Description

Plugin to specify and publish who the owner of a project is

You can download jar file gradle-contacts-plugin 2.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-contacts-plugin-2.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-contacts-plugin-2.2.0-javadoc.jar
gradle-contacts-plugin-2.2.0-sources.jar
gradle-contacts-plugin-2.2.0.jar
gradle-contacts-plugin-2.2.0.pom



Related Tutorials