Download spoon-core-1.4.jar file - Jar s

Jar examples for s:spoon-core

Description

Spoon is a Java program processor that fully supports Java 5. It provides a complete and fine-grained Java metamodel where any program element (classes, methods, fields, statements, expressions...) can be accessed both for reading and modification.

You can download jar file spoon-core 1.4 in this page.

License

CeCILL-C

Build File

You can use the following script to add spoon-core-1.4.jar to your project.

<dependency>
   <groupId>fr.inria.gforge.spoon</groupId>
   <artifactId>spoon-core</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '1.4'
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-core" % "1.4"
<dependency org="fr.inria.gforge.spoon" name="spoon-core" rev="1.4"/>
@Grapes(@Grab(group='fr.inria.gforge.spoon', module='spoon-core', version='1.4'))
'fr.inria.gforge.spoon:spoon-core:jar:1.4'

Download

Click the following link to download the jar file.

spoon-core-1.4.jar
spoon-core-1.4-jar-with-dependencies.jar
spoon-core-1.4-javadoc.jar
spoon-core-1.4.pom
spoon-core-1.4-sources.jar



Related Tutorials