g

graal-core

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