m

migration-export

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