o

orientdb-factory

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