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