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