| Categories |
CategoriesORM Data Hibernate |
|---|---|
| GroupId | GroupIdorg.hibernate.tool |
| ArtifactId | ArtifactIdhibernate-tools-orm |
| Version | Version6.0.0.Alpha1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hibernate-tools-orm-6.0.0.Alpha1.pom | |
| hibernate-tools-orm-6.0.0.Alpha1.jar | 402 KB |
| hibernate-tools-orm-6.0.0.Alpha1-sources.jar | 233 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-orm/ -->
<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-orm</artifactId>
<version>6.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-orm/
implementation 'org.hibernate.tool:hibernate-tools-orm:6.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-orm/
implementation ("org.hibernate.tool:hibernate-tools-orm:6.0.0.Alpha1")
'org.hibernate.tool:hibernate-tools-orm:jar:6.0.0.Alpha1'
<dependency org="org.hibernate.tool" name="hibernate-tools-orm" rev="6.0.0.Alpha1">
<artifact name="hibernate-tools-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-orm', version='6.0.0.Alpha1')
)
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-orm" % "6.0.0.Alpha1"
[org.hibernate.tool/hibernate-tools-orm "6.0.0.Alpha1"]