| Categories |
CategoriesHibernate Data ORM |
|---|---|
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdhibernate-proxool |
| Version | Version4.0.0.CR6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hibernate-proxool-4.0.0.CR6.pom | |
| hibernate-proxool-4.0.0.CR6.jar | 39 KB |
| hibernate-proxool-4.0.0.CR6-sources.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-proxool/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-proxool</artifactId>
<version>4.0.0.CR6</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-proxool/
implementation 'org.hibernate:hibernate-proxool:4.0.0.CR6'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-proxool/
implementation ("org.hibernate:hibernate-proxool:4.0.0.CR6")
'org.hibernate:hibernate-proxool:jar:4.0.0.CR6'
<dependency org="org.hibernate" name="hibernate-proxool" rev="4.0.0.CR6">
<artifact name="hibernate-proxool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-proxool', version='4.0.0.CR6')
)
libraryDependencies += "org.hibernate" % "hibernate-proxool" % "4.0.0.CR6"
[org.hibernate/hibernate-proxool "4.0.0.CR6"]