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