s

spring-data-orientdb-commons

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