| License |
License |
|---|---|
| Categories |
CategoriesNet Hibernate Data ORM |
| GroupId | GroupIdnet.sf.r4h |
| ArtifactId | ArtifactIdrepository4hibernate-api |
| Last Version | Last Version4.3.6.Final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrepository4hibernate-api
Provides HibernateRepostiry class that allows to build most of CRUD operations a typical UI application needs with 1 line of code.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationSemochkin Vitaly Evgenevich |
<!-- https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate-api/ -->
<dependency>
<groupId>net.sf.r4h</groupId>
<artifactId>repository4hibernate-api</artifactId>
<version>4.3.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate-api/
implementation 'net.sf.r4h:repository4hibernate-api:4.3.6.Final'
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate-api/
implementation ("net.sf.r4h:repository4hibernate-api:4.3.6.Final")
'net.sf.r4h:repository4hibernate-api:jar:4.3.6.Final'
<dependency org="net.sf.r4h" name="repository4hibernate-api" rev="4.3.6.Final">
<artifact name="repository4hibernate-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.r4h', module='repository4hibernate-api', version='4.3.6.Final')
)
libraryDependencies += "net.sf.r4h" % "repository4hibernate-api" % "4.3.6.Final"
[net.sf.r4h/repository4hibernate-api "4.3.6.Final"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.r4h : repository4hibernate-shared | jar | 4.3.6.Final |
| org.hibernate : hibernate-core | jar | [4.1.9.Final,4.4.0.Final) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
| org.springframework : spring-test | jar | 4.0.3.RELEASE |
| org.springframework : spring-orm | jar | 4.0.3.RELEASE |
| org.springframework : spring-context | jar | 4.0.3.RELEASE |
| c3p0 : c3p0 | jar | 0.9.1.2 |
| org.apache.geronimo.specs : geronimo-jta_1.1_spec | jar | 1.1.1 |
| log4j : log4j | jar | 1.2.16 |
| cglib : cglib-nodep | jar | 2.2 |
| com.h2database : h2 | jar | 1.3.163 |
| postgresql : postgresql | jar | 9.1-901.jdbc4 |
| org.hsqldb : hsqldb | jar | 1.8.0.10 |
| org.aspectj : aspectjweaver | jar | 1.6.12 |
| junit : junit | jar | 4.9 |