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