License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-hibernate3 |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Framework: Hibernate3
Spring Framework: Hibernate3
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-hibernate3-2.0.8.pom | |
spring-hibernate3-2.0.8.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-hibernate3/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-hibernate3</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-hibernate3/
implementation 'org.springframework:spring-hibernate3:2.0.8'
// https://jarcasting.com/artifacts/org.springframework/spring-hibernate3/
implementation ("org.springframework:spring-hibernate3:2.0.8")
'org.springframework:spring-hibernate3:jar:2.0.8'
<dependency org="org.springframework" name="spring-hibernate3" rev="2.0.8">
<artifact name="spring-hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-hibernate3', version='2.0.8')
)
libraryDependencies += "org.springframework" % "spring-hibernate3" % "2.0.8"
[org.springframework/spring-hibernate3 "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |
commons-logging : commons-logging | jar | 1.1 |
org.hibernate : hibernate | jar | 3.2.5.ga |
org.springframework : spring-aop Optional | jar | 2.0.8 |
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |