License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdorg.eroq |
ArtifactId | ArtifactIderoq-plugin-jpahibernate |
Last Version | Last Version0.1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.eroq:eroq-plugin-jpahibernate
EROQ JPA Hibernate Plugin
|
<!-- https://jarcasting.com/artifacts/org.eroq/eroq-plugin-jpahibernate/ -->
<dependency>
<groupId>org.eroq</groupId>
<artifactId>eroq-plugin-jpahibernate</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.eroq/eroq-plugin-jpahibernate/
implementation 'org.eroq:eroq-plugin-jpahibernate:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/org.eroq/eroq-plugin-jpahibernate/
implementation ("org.eroq:eroq-plugin-jpahibernate:0.1.0-RELEASE")
'org.eroq:eroq-plugin-jpahibernate:jar:0.1.0-RELEASE'
<dependency org="org.eroq" name="eroq-plugin-jpahibernate" rev="0.1.0-RELEASE">
<artifact name="eroq-plugin-jpahibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eroq', module='eroq-plugin-jpahibernate', version='0.1.0-RELEASE')
)
libraryDependencies += "org.eroq" % "eroq-plugin-jpahibernate" % "0.1.0-RELEASE"
[org.eroq/eroq-plugin-jpahibernate "0.1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.13 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
org.hibernate : hibernate-entitymanager | jar | 5.0.6.Final |
org.hibernate : hibernate-c3p0 | jar | 5.0.6.Final |
javax.transaction : jta | jar | 1.1 |
com.google.guava : guava | jar | 19.0 |
com.google.inject : guice | jar | 4.0 |
org.hsqldb : hsqldb | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |