o

org.openengsb.framework.ekb.graph.orient

OpenEngSB Engineering Knowledge Base GraphDB implementation based on OrientDb.
http://www.openengsb.org
Apache 2
文件下载
文件名 操作
org.openengsb.framework.ekb.graph.orient-3.0.0.M1.jar 下载
org.openengsb.framework.ekb.graph.orient-3.0.0.M1.pom 下载
org.openengsb.framework.ekb.graph.orient-3.0.0.M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openengsb.framework.ekb</groupId>
  <artifactId>org.openengsb.framework.ekb.graph.orient</artifactId>
  <version>3.0.0.M1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openengsb.framework.ekb:org.openengsb.framework.ekb.graph.orient:3.0.0.M1'
Gradle Kotlin
implementation("org.openengsb.framework.ekb:org.openengsb.framework.ekb.graph.orient:3.0.0.M1")
Scala SBT
libraryDependencies += "org.openengsb.framework.ekb" % "org.openengsb.framework.ekb.graph.orient" % "3.0.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='org.openengsb.framework.ekb', module='org.openengsb.framework.ekb.graph.orient', version='3.0.0.M1')
)
Apache Ivy
<dependency org="org.openengsb.framework.ekb" name="org.openengsb.framework.ekb.graph.orient" rev="3.0.0.M1" />
Leiningen
[org.openengsb.framework.ekb/org.openengsb.framework.ekb.graph.orient "3.0.0.M1"]
Apache Buildr
'org.openengsb.framework.ekb:org.openengsb.framework.ekb.graph.orient:jar:3.0.0.M1'