Files download
File Operation
graal-interpreter-1.0.3.jar download
graal-interpreter-1.0.3.pom download
graal-interpreter-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>graal-interpreter</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:graal-interpreter:1.0.3'
Gradle Kotlin
implementation("fr.lirmm.graphik:graal-interpreter:1.0.3")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "graal-interpreter" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='graal-interpreter', version='1.0.3')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="graal-interpreter" rev="1.0.3" />
Leiningen
[fr.lirmm.graphik/graal-interpreter "1.0.3"]
Apache Buildr
'fr.lirmm.graphik:graal-interpreter:jar:1.0.3'