| License | 
                License
                                                        3-clause BSD                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdorg.grouplens.common | 
    
| ArtifactId | ArtifactIdcommon-hibernate | 
    
| Last Version | Last Version0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGroupLens 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 | 
            
| Filename | Size | 
|---|---|
| common-hibernate-0.8.pom | |
| common-hibernate-0.8.jar | 4 KB | 
| common-hibernate-0.8-sources.jar | 2 KB | 
| common-hibernate-0.8-javadoc.jar | 22 KB | 
| Browse | 
<!-- 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"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.hibernate : hibernate-annotations | jar | 3.4.0.GA | 
| commons-lang : commons-lang | jar | 2.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |