License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-hibernate |
Last Version | Last Version1.2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Framework: Hibernate
Spring Framework: Hibernate
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-hibernate-1.2.9.pom | |
spring-hibernate-1.2.9.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-hibernate/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-hibernate</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-hibernate/
implementation 'org.springframework:spring-hibernate:1.2.9'
// https://jarcasting.com/artifacts/org.springframework/spring-hibernate/
implementation ("org.springframework:spring-hibernate:1.2.9")
'org.springframework:spring-hibernate:jar:1.2.9'
<dependency org="org.springframework" name="spring-hibernate" rev="1.2.9">
<artifact name="spring-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-hibernate', version='1.2.9')
)
libraryDependencies += "org.springframework" % "spring-hibernate" % "1.2.9"
[org.springframework/spring-hibernate "1.2.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0.4 |
org.hibernate : hibernate Optional | jar | 3.0.5 |
org.springframework : spring-aop Optional | jar | 1.2.9 |
org.springframework : spring-beans | jar | 1.2.9 |
org.springframework : spring-core | jar | 1.2.9 |
org.springframework : spring-dao | jar | 1.2.9 |
org.springframework : spring-jdbc | jar | 1.2.9 |
org.springframework : spring-orm | jar | 1.2.9 |
org.springframework : spring-web Optional | jar | 1.2.9 |
org.springframework : spring-webmvc Optional | jar | 1.2.9 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
javax.transaction : jta | jar | 1.0.1b |