Download gradle-nuget-plugin-2.8.jar file - Jar g

Jar examples for g:gradle-nuget-plugin

Description

gradle-nuget-plugin is a Gradle plugin for NuGet, to package, upload artifacts and restore packages

You can download jar file gradle-nuget-plugin 2.8 in this page.

License

Creative Commons ? CC0 1.0 Universal

Build File

You can use the following script to add gradle-nuget-plugin-2.8.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-nuget-plugin-2.8-javadoc.jar
gradle-nuget-plugin-2.8-sources.jar
gradle-nuget-plugin-2.8.jar
gradle-nuget-plugin-2.8.pom



Related Tutorials