MVN

de.taimos : spring-dao-hibernate

Maven & Gradle

Nov 21, 2015
2 usages

Hibernate DAO for Spring

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>spring-dao-hibernate</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.taimos : spring-dao-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of de.taimos : spring-dao-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
spring-dao-hibernate-1.16
1.15
spring-dao-hibernate-1.15
1.14
spring-dao-hibernate-1.14
1.13
spring-dao-hibernate-1.13
1.12
spring-dao-hibernate-1.12
1.11
spring-dao-hibernate-1.11
1.10
spring-dao-hibernate-1.10
1.9
spring-dao-hibernate-1.9
1.8
spring-dao-hibernate-1.8
1.7
spring-dao-hibernate-1.7
1.6
spring-dao-hibernate-1.6
1.5
spring-dao-hibernate-1.5
1.4
spring-dao-hibernate-1.4
1.3
spring-dao-hibernate-1.3
1.2.x
spring-dao-hibernate-1.2.2
spring-dao-hibernate-1.2.1
spring-dao-hibernate-1.2.0
1.1.x
spring-dao-hibernate-1.1.0
1.0.x
spring-dao-hibernate-1.0.0

How to add a dependency to Maven

Add the following de.taimos : spring-dao-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>spring-dao-hibernate</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.taimos : spring-dao-hibernate gradle dependency to your build.gradle file:

implementation 'de.taimos:spring-dao-hibernate:1.16'

Gradle Kotlin DSL: Add the following de.taimos : spring-dao-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("de.taimos:spring-dao-hibernate:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.taimos : spring-dao-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "de.taimos" % "spring-dao-hibernate" % "1.16"

Advertisement