Download spoon-gradle-plugin-1.1.jar file - Jar s

Jar examples for s:spoon-gradle-plugin

Description

The spoon-gradle-plugin is a gradle plugin for the Java analysis and transformation framework Spoon.

You can download jar file spoon-gradle-plugin 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spoon-gradle-plugin-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

spoon-gradle-plugin-1.1-javadoc.jar
spoon-gradle-plugin-1.1-sources.jar
spoon-gradle-plugin-1.1.jar
spoon-gradle-plugin-1.1.pom



Related Tutorials