Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-test |
Version | Version1.3.a2 |
Type | Typejar |
Filename | Size |
---|---|
graal-test-1.3.a2.pom | |
graal-test-1.3.a2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-test/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>graal-test</artifactId>
<version>1.3.a2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-test/
implementation 'fr.lirmm.graphik:graal-test:1.3.a2'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-test/
implementation ("fr.lirmm.graphik:graal-test:1.3.a2")
'fr.lirmm.graphik:graal-test:jar:1.3.a2'
<dependency org="fr.lirmm.graphik" name="graal-test" rev="1.3.a2">
<artifact name="graal-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-test', version='1.3.a2')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-test" % "1.3.a2"
[fr.lirmm.graphik/graal-test "1.3.a2"]