is not current version
Last Version 4.3.6.Final

net.sf.r4h:repository4hibernate 4.1.2

Provides HibernateRepostiry class that allows to build most of CRUD operations a typical UI application needs with 1 line of code.

Categories

Categories

Net Hibernate Data ORM
GroupId

GroupId

net.sf.r4h
ArtifactId

ArtifactId

repository4hibernate
Version

Version

4.1.2
Type

Type

jar

Download repository4hibernate 4.1.2


<!-- https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/ -->
<dependency>
    <groupId>net.sf.r4h</groupId>
    <artifactId>repository4hibernate</artifactId>
    <version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation 'net.sf.r4h:repository4hibernate:4.1.2'
// https://jarcasting.com/artifacts/net.sf.r4h/repository4hibernate/
implementation ("net.sf.r4h:repository4hibernate:4.1.2")
'net.sf.r4h:repository4hibernate:jar:4.1.2'
<dependency org="net.sf.r4h" name="repository4hibernate" rev="4.1.2">
  <artifact name="repository4hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.r4h', module='repository4hibernate', version='4.1.2')
)
libraryDependencies += "net.sf.r4h" % "repository4hibernate" % "4.1.2"
[net.sf.r4h/repository4hibernate "4.1.2"]