Categories |
CategoriesSpoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdfr.inria.gforge.spoon |
ArtifactId | ArtifactIdspoon-core |
Version | Version5.4.0 |
Type | Typejar |
Filename | Size |
---|---|
spoon-core-5.4.0.pom | |
spoon-core-5.4.0.jar | 922 KB |
spoon-core-5.4.0-sources.jar | 646 KB |
spoon-core-5.4.0-javadoc.jar | 3 MB |
spoon-core-5.4.0-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/ -->
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>5.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation 'fr.inria.gforge.spoon:spoon-core:5.4.0'
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation ("fr.inria.gforge.spoon:spoon-core:5.4.0")
'fr.inria.gforge.spoon:spoon-core:jar:5.4.0'
<dependency org="fr.inria.gforge.spoon" name="spoon-core" rev="5.4.0">
<artifact name="spoon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.gforge.spoon', module='spoon-core', version='5.4.0')
)
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-core" % "5.4.0"
[fr.inria.gforge.spoon/spoon-core "5.4.0"]