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