s

spring-data-commons

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

compile

|-- org.springframework:spring-core

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- org.springframework:spring-expression

|-- org.springframework:spring-tx

|-- org.springframework:spring-oxm

|-- com.fasterxml.jackson.core:jackson-databind

|-- org.springframework:spring-web

|-- javax.annotation:javax.annotation-api

|-- joda-time:joda-time

|-- org.threeten:threetenbp

|-- io.projectreactor:reactor-core

|-- io.reactivex:rxjava

|-- io.reactivex:rxjava-reactive-streams

|-- io.reactivex.rxjava2:rxjava

|-- com.querydsl:querydsl-core

|-- com.querydsl:querydsl-collections

|-- javax.ejb:ejb-api:3.0

|-- com.google.guava:guava

|-- io.javaslang:javaslang:2.0.6

|-- io.vavr:vavr:0.9.2

|-- org.springframework.hateoas:spring-hateoas

|-- org.springframework:spring-webmvc

|-- org.jetbrains.kotlin:kotlin-stdlib

|-- org.jetbrains.kotlin:kotlin-reflect

|-- org.scala-lang:scala-library:2.11.7

|-- com.jayway.jsonpath:json-path

|-- org.xmlbeam:xmlprojector:1.4.15

provided

|-- javax.servlet:javax.servlet-api:3.0.1

|-- com.querydsl:querydsl-apt

|-- javax.enterprise:cdi-api

test

|-- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1

|-- javax.interceptor:javax.interceptor-api:1.2.1

|-- javax.el:el-api:1.0

|-- org.apache.openwebbeans:openwebbeans-se

|-- com.sun.xml.bind:jaxb-impl:2.2.3U1

|-- xmlunit:xmlunit:1.6

|-- org.codehaus.groovy:groovy-all:2.4.4

|-- org.jetbrains.kotlin:kotlin-test

|-- com.nhaarman:mockito-kotlin:1.5.0

|-- javax.transaction:javax.transaction-api:1.2

|-- de.schauderhaft.degraph:degraph-check:0.1.4