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