Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate.tool |
ArtifactId | ArtifactIdhibernate-tools-parent |
Version | Version6.0.0.Alpha5 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-tools-parent-6.0.0.Alpha5.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-parent/ -->
<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>6.0.0.Alpha5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-parent/
implementation 'org.hibernate.tool:hibernate-tools-parent:6.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-parent/
implementation ("org.hibernate.tool:hibernate-tools-parent:6.0.0.Alpha5")
'org.hibernate.tool:hibernate-tools-parent:pom:6.0.0.Alpha5'
<dependency org="org.hibernate.tool" name="hibernate-tools-parent" rev="6.0.0.Alpha5">
<artifact name="hibernate-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-parent', version='6.0.0.Alpha5')
)
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-parent" % "6.0.0.Alpha5"
[org.hibernate.tool/hibernate-tools-parent "6.0.0.Alpha5"]