m

migration-export

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