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