GroupLens Common Hibernate Utilities

A collection of utilities and packages useful for a variety of tasks, collected from and used in GroupLens software development projects.

License

License

3-clause BSD
Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.grouplens.common
ArtifactId

ArtifactId

common-hibernate
Last Version

Last Version

0.8
Release Date

Release Date

Type

Type

jar
Description

Description

GroupLens Common Hibernate Utilities
A collection of utilities and packages useful for a variety of tasks, collected from and used in GroupLens software development projects.
Project Organization

Project Organization

GroupLens Research

Download common-hibernate

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.hibernate : hibernate-annotations jar 3.4.0.GA
commons-lang : commons-lang jar 2.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.8
0.7
0.6.1
0.6
0.5
0.4