Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdfr.lirmm.graphik |
ArtifactId | ArtifactIdgraal-distro |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
graal-distro-0.9.0.pom | |
graal-distro-0.9.0.jar | 2 KB |
graal-distro-0.9.0-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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-distro/
implementation 'fr.lirmm.graphik:graal-distro:0.9.0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-distro/
implementation ("fr.lirmm.graphik:graal-distro:0.9.0")
'fr.lirmm.graphik:graal-distro:jar:0.9.0'
<dependency org="fr.lirmm.graphik" name="graal-distro" rev="0.9.0">
<artifact name="graal-distro" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-distro', version='0.9.0')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-distro" % "0.9.0"
[fr.lirmm.graphik/graal-distro "0.9.0"]