spring-hibernate

spring-hibernate

Files download
File Operation
spring-hibernate-1.2.jar download
spring-hibernate-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-hibernate</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-hibernate:1.2'
Gradle Kotlin
implementation("org.springframework:spring-hibernate:1.2")
Scala SBT
libraryDependencies += "org.springframework" % "spring-hibernate" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-hibernate', version='1.2')
)
Apache Ivy
<dependency org="org.springframework" name="spring-hibernate" rev="1.2" />
Leiningen
[org.springframework/spring-hibernate "1.2"]
Apache Buildr
'org.springframework:spring-hibernate:jar:1.2'
Dependencies
The project has no third-party dependencies