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