Last Version

Spring Framework: JPA 2.0.8

Spring Framework: JPA

License

License

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-jpa
Version

Version

2.0.8
Type

Type

jar
Description

Description

Spring Framework: JPA
Spring Framework: JPA
Project URL

Project URL

http://www.springframework.org
Project Organization

Project Organization

Spring Framework
Source Code Management

Source Code Management

http://springframework.cvs.sourceforge.net/springframework/

Download spring-jpa 2.0.8


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

Dependencies

compile (11)

Group / Artifact Type Version
aopalliance : aopalliance jar 1.0
commons-logging : commons-logging jar 1.1
com.oracle » toplink-essentials Optional jar 2.41
org.hibernate : hibernate Optional jar 3.2.5.ga
org.hibernate : hibernate-entitymanager Optional jar 3.3.1.ga
org.springframework : spring-beans jar 2.0.8
org.springframework : spring-context jar 2.0.8
org.springframework : spring-core jar 2.0.8
org.springframework : spring-dao jar 2.0.8
org.springframework : spring-jdbc jar 2.0.8
org.springframework : spring-web Optional jar 2.0.8

provided (2)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0
javax.servlet : servlet-api jar 2.4

Project Modules

There are no modules declared in this project.