| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesHibernate Data ORM | 
        
| GroupId | GroupIdorg.hibernate | 
    
| ArtifactId | ArtifactIdhibernate-core-parent | 
    
| Last Version | Last Version2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionHibernate Core Parent 
            The base POM for all Hibernate Core modules. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| hibernate-core-parent-2.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-core-parent/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core-parent</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.hibernate/hibernate-core-parent/
implementation 'org.hibernate:hibernate-core-parent:2'
                // https://jarcasting.com/artifacts/org.hibernate/hibernate-core-parent/
implementation ("org.hibernate:hibernate-core-parent:2")
                'org.hibernate:hibernate-core-parent:pom:2'
                <dependency org="org.hibernate" name="hibernate-core-parent" rev="2">
  <artifact name="hibernate-core-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.hibernate', module='hibernate-core-parent', version='2')
)
                libraryDependencies += "org.hibernate" % "hibernate-core-parent" % "2"
                [org.hibernate/hibernate-core-parent "2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.4.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |