Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-store |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
graal-store-1.0.3.pom | 863 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-store/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>graal-store</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-store/
implementation 'fr.lirmm.graphik:graal-store:1.0.3'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-store/
implementation ("fr.lirmm.graphik:graal-store:1.0.3")
'fr.lirmm.graphik:graal-store:pom:1.0.3'
<dependency org="fr.lirmm.graphik" name="graal-store" rev="1.0.3">
<artifact name="graal-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-store', version='1.0.3')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-store" % "1.0.3"
[fr.lirmm.graphik/graal-store "1.0.3"]