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