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