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