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