Jar examples for g:gradle-nuget-plugin
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.
Creative Commons ? CC0 1.0 Universal
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'
Click the following link to download the jar file.
gradle-nuget-plugin-2.8-javadoc.jar