m

migration-export

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