is not current version
Last Version 2.7.1

org.springframework.data:spring-data-jpa 2.3.3.RELEASE

Spring Data module for JPA repositories.

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-jpa
Version

Version

2.3.3.RELEASE
Type

Type

jar

Download spring-data-jpa 2.3.3.RELEASE


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