s

spring-data-orientdb-commons

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