m

migration-export

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