Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-jpa |
Version | Version2.2.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-data-jpa-2.2.1.RELEASE.pom | |
spring-data-jpa-2.2.1.RELEASE.jar | 357 KB |
spring-data-jpa-2.2.1.RELEASE-sources.jar | 234 KB |
spring-data-jpa-2.2.1.RELEASE-javadoc.jar | 595 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-jpa/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-jpa/
implementation 'org.springframework.data:spring-data-jpa:2.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-jpa/
implementation ("org.springframework.data:spring-data-jpa:2.2.1.RELEASE")
'org.springframework.data:spring-data-jpa:jar:2.2.1.RELEASE'
<dependency org="org.springframework.data" name="spring-data-jpa" rev="2.2.1.RELEASE">
<artifact name="spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-jpa', version='2.2.1.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-jpa" % "2.2.1.RELEASE"
[org.springframework.data/spring-data-jpa "2.2.1.RELEASE"]