文件下载
文件名 操作
graal-tools-1.0.0.jar 下载
graal-tools-1.0.0.pom 下载
graal-tools-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.lirmm.graphik</groupId>
  <artifactId>graal-tools</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'fr.lirmm.graphik:graal-tools:1.0.0'
Gradle Kotlin
implementation("fr.lirmm.graphik:graal-tools:1.0.0")
Scala SBT
libraryDependencies += "fr.lirmm.graphik" % "graal-tools" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.lirmm.graphik', module='graal-tools', version='1.0.0')
)
Apache Ivy
<dependency org="fr.lirmm.graphik" name="graal-tools" rev="1.0.0" />
Leiningen
[fr.lirmm.graphik/graal-tools "1.0.0"]
Apache Buildr
'fr.lirmm.graphik:graal-tools:jar:1.0.0'