s

spring-data-orientdb-commons

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