Categories |
CategoriesSpoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdfr.inria.gforge.spoon |
ArtifactId | ArtifactIdspoon-core |
Version | Version5.7.0 |
Type | Typejar |
Filename | Size |
---|---|
spoon-core-5.7.0.pom | |
spoon-core-5.7.0.jar | 1 MB |
spoon-core-5.7.0-sources.jar | 742 KB |
spoon-core-5.7.0-javadoc.jar | 3 MB |
spoon-core-5.7.0-jar-with-dependencies.jar | 7 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation 'fr.inria.gforge.spoon:spoon-core:5.7.0'
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation ("fr.inria.gforge.spoon:spoon-core:5.7.0")
'fr.inria.gforge.spoon:spoon-core:jar:5.7.0'
<dependency org="fr.inria.gforge.spoon" name="spoon-core" rev="5.7.0">
<artifact name="spoon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.gforge.spoon', module='spoon-core', version='5.7.0')
)
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-core" % "5.7.0"
[fr.inria.gforge.spoon/spoon-core "5.7.0"]