g

graal-core

This module contains the main interfaces and classes of Graal.
Clément SIPIETER
Files download
File Operation
graal-core-1.0.3.jar download
graal-core-1.0.3.pom download
graal-core-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>graal-core</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:graal-core:1.0.3'
Gradle Kotlin
implementation("fr.lirmm.graphik:graal-core:1.0.3")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "graal-core" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='graal-core', version='1.0.3')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="graal-core" rev="1.0.3" />
Leiningen
[fr.lirmm.graphik/graal-core "1.0.3"]
Apache Buildr
'fr.lirmm.graphik:graal-core:jar:1.0.3'