s

spring-data-commons

文件下载
文件名 操作
spring-data-commons-2.1.20.RELEASE.jar 下载
spring-data-commons-2.1.20.RELEASE.pom 下载
spring-data-commons-2.1.20.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-commons</artifactId>
  <version>2.1.20.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-commons:2.1.20.RELEASE'
Gradle Kotlin
implementation("org.springframework.data:spring-data-commons:2.1.20.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "2.1.20.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-commons', version='2.1.20.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-commons" rev="2.1.20.RELEASE" />
Leiningen
[org.springframework.data/spring-data-commons "2.1.20.RELEASE"]
Apache Buildr
'org.springframework.data:spring-data-commons:jar:2.1.20.RELEASE'
本项目依赖
<parent>
  <groupId>org.springframework.data.build</groupId>
  <artifactId>spring-data-parent</artifactId>
  <version>2.1.20.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.3

|-- 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.17

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

|-- io.mockk:mockk

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

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