MVN

com.github.jpaoletti : jpm-hibernate

Maven & Gradle

Apr 11, 2013

jpm-hibernate · Hibernate implementation of jpm data access.

<dependency>
    <groupId>com.github.jpaoletti</groupId>
    <artifactId>jpm-hibernate</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jpaoletti : jpm-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of com.github.jpaoletti : jpm-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jpm-hibernate-1.5.3
jpm-hibernate-1.5.2
jpm-hibernate-1.5.0
1.4.x
jpm-hibernate-1.4.0
1.3.x
jpm-hibernate-1.3.0
1.2.x
jpm-hibernate-1.2.0
1.1.x
jpm-hibernate-1.1.0
1.0.x
jpm-hibernate-1.0.0

How to add a dependency to Maven

Add the following com.github.jpaoletti : jpm-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jpaoletti</groupId>
    <artifactId>jpm-hibernate</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jpaoletti : jpm-hibernate gradle dependency to your build.gradle file:

implementation 'com.github.jpaoletti:jpm-hibernate:1.5.3'

Gradle Kotlin DSL: Add the following com.github.jpaoletti : jpm-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jpaoletti:jpm-hibernate:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jpaoletti : jpm-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jpaoletti" % "jpm-hibernate" % "1.5.3"