License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdio.vlinx |
ArtifactId | ArtifactIdhibernate-utils |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-utils
Hibernate Utilities
|
Filename | Size |
---|---|
hibernate-utils-1.0.0.pom | |
hibernate-utils-1.0.0.jar | 5 KB |
hibernate-utils-1.0.0-sources.jar | 2 KB |
hibernate-utils-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vlinx/hibernate-utils/ -->
<dependency>
<groupId>io.vlinx</groupId>
<artifactId>hibernate-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlinx/hibernate-utils/
implementation 'io.vlinx:hibernate-utils:1.0.0'
// https://jarcasting.com/artifacts/io.vlinx/hibernate-utils/
implementation ("io.vlinx:hibernate-utils:1.0.0")
'io.vlinx:hibernate-utils:jar:1.0.0'
<dependency org="io.vlinx" name="hibernate-utils" rev="1.0.0">
<artifact name="hibernate-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlinx', module='hibernate-utils', version='1.0.0')
)
libraryDependencies += "io.vlinx" % "hibernate-utils" % "1.0.0"
[io.vlinx/hibernate-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 4.2.21.Final |
org.hibernate : hibernate-c3p0 | jar | 4.2.21.Final |
javax.persistence : javax.persistence-api | jar | 2.2 |