s

spring-data-orientdb-parent

Spring Data OrientDB
http://orientdb.com
Apache 2
OrientDB
Luca Garulli Roberto Franchini Dzmitry Naskou Paulo Pires Sylvain Leroy Aleksandar Vidakovic
文件下载
文件名 操作
spring-data-orientdb-parent-0.14.pom 下载
Apache Maven
<dependency>
  <groupId>com.orientechnologies</groupId>
  <artifactId>spring-data-orientdb-parent</artifactId>
  <version>0.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.orientechnologies:spring-data-orientdb-parent:0.14'
Gradle Kotlin
implementation("com.orientechnologies:spring-data-orientdb-parent:0.14")
Scala SBT
libraryDependencies += "com.orientechnologies" % "spring-data-orientdb-parent" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.orientechnologies', module='spring-data-orientdb-parent', version='0.14')
)
Apache Ivy
<dependency org="com.orientechnologies" name="spring-data-orientdb-parent" rev="0.14" />
Leiningen
[com.orientechnologies/spring-data-orientdb-parent "0.14"]
Apache Buildr
'com.orientechnologies:spring-data-orientdb-parent:jar:0.14'