s

spring-data-commons

Core Spring concepts underpinning every Spring Data module.
https://spring.io/projects/spring-data
Files download
File Operation
spring-data-commons-3.2.5.jar download
spring-data-commons-3.2.5.pom download
spring-data-commons-3.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-commons</artifactId>
  <version>3.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-commons:3.2.5'
Gradle Kotlin
implementation("org.springframework.data:spring-data-commons:3.2.5")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-commons', version='3.2.5')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-commons" rev="3.2.5" />
Leiningen
[org.springframework.data/spring-data-commons "3.2.5"]
Apache Buildr
'org.springframework.data:spring-data-commons:jar:3.2.5'
Dependencies
<parent>
  <groupId>org.springframework.data.build</groupId>
  <artifactId>spring-data-parent</artifactId>
  <version>3.2.5</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

|-- org.springframework:spring-webflux

|-- jakarta.annotation:jakarta.annotation-api

|-- com.google.code.findbugs:jsr305:3.0.2

|-- io.projectreactor:reactor-core

|-- io.reactivex.rxjava3:rxjava

|-- io.smallrye.reactive:mutiny

|-- com.querydsl:querydsl-core

|-- com.querydsl:querydsl-collections

|-- com.google.guava:guava

|-- io.vavr:vavr

|-- org.eclipse.collections:eclipse-collections-api

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

|-- org.springframework:spring-webmvc

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

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

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core

|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactive

|-- org.jetbrains.kotlinx:kotlinx-coroutines-reactor

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

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

|-- org.xmlbeam:xmlprojector:1.4.24

|-- org.jmolecules.integrations:jmolecules-spring

provided

|-- jakarta.servlet:jakarta.servlet-api

|-- jakarta.xml.bind:jakarta.xml.bind-api

|-- jakarta.enterprise:jakarta.enterprise.cdi-api

test

|-- org.springframework:spring-core-test

|-- io.projectreactor:reactor-test

|-- org.eclipse.collections:eclipse-collections

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

|-- com.sun.xml.bind:jaxb-impl:3.0.2

|-- xmlunit:xmlunit:1.6

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

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

|-- io.mockk:mockk-jvm

|-- jakarta.transaction:jakarta.transaction-api:2.0.0

|-- com.tngtech.archunit:archunit

|-- org.junit.platform:junit-platform-launcher