| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.github.jpaoletti |
| ArtifactId | ArtifactIdjpm-hibernate |
| Last Version | Last Version1.5.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjpm-hibernate
Hibernate implementation of jpm data access.
|
| Filename | Size |
|---|---|
| jpm-hibernate-1.5.3.pom | |
| jpm-hibernate-1.5.3.jar | 27 KB |
| jpm-hibernate-1.5.3-sources.jar | 13 KB |
| jpm-hibernate-1.5.3-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-hibernate/ -->
<dependency>
<groupId>com.github.jpaoletti</groupId>
<artifactId>jpm-hibernate</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-hibernate/
implementation 'com.github.jpaoletti:jpm-hibernate:1.5.3'
// https://jarcasting.com/artifacts/com.github.jpaoletti/jpm-hibernate/
implementation ("com.github.jpaoletti:jpm-hibernate:1.5.3")
'com.github.jpaoletti:jpm-hibernate:jar:1.5.3'
<dependency org="com.github.jpaoletti" name="jpm-hibernate" rev="1.5.3">
<artifact name="jpm-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpaoletti', module='jpm-hibernate', version='1.5.3')
)
libraryDependencies += "com.github.jpaoletti" % "jpm-hibernate" % "1.5.3"
[com.github.jpaoletti/jpm-hibernate "1.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jpaoletti : jpm-core | jar | 1.5.3 |
| org.hibernate : hibernate-core | jar | 3.6.10.Final |
| org.hibernate : hibernate-c3p0 | jar | 3.6.10.Final |
| org.hibernate : hibernate-ehcache | jar | 3.6.10.Final |
| org.hibernate : hibernate-entitymanager | jar | 3.6.10.Final |
| mysql : mysql-connector-java | jar | 5.1.18 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |
| log4j : log4j | jar | 1.2.16 |