s

spring-data-orientdb-graph

文件下载
文件名 操作
spring-data-orientdb-graph-0.14.jar 下载
spring-data-orientdb-graph-0.14.pom 下载
spring-data-orientdb-graph-0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.orientechnologies</groupId>
  <artifactId>spring-data-orientdb-graph</artifactId>
  <version>0.14</version>
</dependency>
Gradle Groovy
implementation 'com.orientechnologies:spring-data-orientdb-graph:0.14'
Gradle Kotlin
implementation("com.orientechnologies:spring-data-orientdb-graph:0.14")
Scala SBT
libraryDependencies += "com.orientechnologies" % "spring-data-orientdb-graph" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.orientechnologies', module='spring-data-orientdb-graph', version='0.14')
)
Apache Ivy
<dependency org="com.orientechnologies" name="spring-data-orientdb-graph" rev="0.14" />
Leiningen
[com.orientechnologies/spring-data-orientdb-graph "0.14"]
Apache Buildr
'com.orientechnologies:spring-data-orientdb-graph:jar:0.14'