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