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