Last Version

Java Bean Library for Hibernate 5.0.2beta

Particularly handy when used with Hibernate. It allows developers to easily reuse the same pojo classes for both persistence instances and data transfer objects.

License

License

Categories

Categories

Net Hibernate Data ORM
GroupId

GroupId

net.sf.beanlib
ArtifactId

ArtifactId

beanlib-hibernate
Version

Version

5.0.2beta
Type

Type

jar
Description

Description

Java Bean Library for Hibernate
Particularly handy when used with Hibernate. It allows developers to easily reuse the same pojo classes for both persistence instances and data transfer objects.
Project URL

Project URL

http://beanlib.sourceforge.net/

Download beanlib-hibernate 5.0.2beta


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

Dependencies

compile (3)

Group / Artifact Type Version
net.sf.beanlib : beanlib jar 5.0.2beta
org.hibernate : hibernate jar 3.1.3
org.springframework : spring jar 2.0.5

Project Modules

There are no modules declared in this project.