m

migration-export

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