is not current version
Last Version 2.0.8

org.springframework:spring-hibernate3 2.0-m3


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-hibernate3
Version

Version

2.0-m3
Type

Type

jar

Download spring-hibernate3 2.0-m3


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