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