is not current version
Last Version 10.2.0-beta-11

fr.inria.gforge.spoon:spoon-core 1.3

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.

Categories

Categories

Spoon Application Testing & Monitoring Code Analysis
GroupId

GroupId

fr.inria.gforge.spoon
ArtifactId

ArtifactId

spoon-core
Version

Version

1.3
Type

Type

jar

Download spoon-core 1.3


<!-- https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/ -->
<dependency>
    <groupId>fr.inria.gforge.spoon</groupId>
    <artifactId>spoon-core</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation 'fr.inria.gforge.spoon:spoon-core:1.3'
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation ("fr.inria.gforge.spoon:spoon-core:1.3")
'fr.inria.gforge.spoon:spoon-core:jar:1.3'
<dependency org="fr.inria.gforge.spoon" name="spoon-core" rev="1.3">
  <artifact name="spoon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.gforge.spoon', module='spoon-core', version='1.3')
)
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-core" % "1.3"
[fr.inria.gforge.spoon/spoon-core "1.3"]