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