Categories |
CategoriesSpoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdfr.inria.gforge.spoon |
ArtifactId | ArtifactIdspoon-core |
Version | Version9.2.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/ -->
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>9.2.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation 'fr.inria.gforge.spoon:spoon-core:9.2.0-beta-2'
// https://jarcasting.com/artifacts/fr.inria.gforge.spoon/spoon-core/
implementation ("fr.inria.gforge.spoon:spoon-core:9.2.0-beta-2")
'fr.inria.gforge.spoon:spoon-core:jar:9.2.0-beta-2'
<dependency org="fr.inria.gforge.spoon" name="spoon-core" rev="9.2.0-beta-2">
<artifact name="spoon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.gforge.spoon', module='spoon-core', version='9.2.0-beta-2')
)
libraryDependencies += "fr.inria.gforge.spoon" % "spoon-core" % "9.2.0-beta-2"
[fr.inria.gforge.spoon/spoon-core "9.2.0-beta-2"]