is not current version
Last Version 2.7.1

org.springframework.data:spring-data-commons 2.2.6.RELEASE


Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-commons
Version

Version

2.2.6.RELEASE
Type

Type

jar

Download spring-data-commons 2.2.6.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-commons</artifactId>
    <version>2.2.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons/
implementation 'org.springframework.data:spring-data-commons:2.2.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-commons/
implementation ("org.springframework.data:spring-data-commons:2.2.6.RELEASE")
'org.springframework.data:spring-data-commons:jar:2.2.6.RELEASE'
<dependency org="org.springframework.data" name="spring-data-commons" rev="2.2.6.RELEASE">
  <artifact name="spring-data-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-commons', version='2.2.6.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-commons" % "2.2.6.RELEASE"
[org.springframework.data/spring-data-commons "2.2.6.RELEASE"]