Download gradle-info-plugin-1.12.1.jar file - Jar g

Jar examples for g:gradle-info-plugin

Description

Gradle plugin collect and provide information about the environment

You can download jar file gradle-info-plugin 1.12.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-info-plugin-1.12.1.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-info-plugin-1.12.1-javadoc.jar
gradle-info-plugin-1.12.1-sources.jar
gradle-info-plugin-1.12.1-tests.jar
gradle-info-plugin-1.12.1.jar
gradle-info-plugin-1.12.1.pom



Related Tutorials