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