Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-query |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
graal-query-1.0.0.pom | |
graal-query-1.0.0.jar | 5 KB |
graal-query-1.0.0-sources.jar | 3 KB |
graal-query-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-query/ -->
<dependency>
<groupId>fr.lirmm.graphik</groupId>
<artifactId>graal-query</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-query/
implementation 'fr.lirmm.graphik:graal-query:1.0.0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-query/
implementation ("fr.lirmm.graphik:graal-query:1.0.0")
'fr.lirmm.graphik:graal-query:jar:1.0.0'
<dependency org="fr.lirmm.graphik" name="graal-query" rev="1.0.0">
<artifact name="graal-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-query', version='1.0.0')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-query" % "1.0.0"
[fr.lirmm.graphik/graal-query "1.0.0"]