is not current version
Last Version 62

com.guicedee.services:hibernate-core 1.0.12.5-jre14

JPMS Module-Info's for a few of the Jakarta Libraries just until they add them in themselves

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

hibernate-core
Version

Version

1.0.12.5-jre14
Type

Type

jar

Download hibernate-core 1.0.12.5-jre14


<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-core/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>1.0.12.5-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-core/
implementation 'com.guicedee.services:hibernate-core:1.0.12.5-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-core/
implementation ("com.guicedee.services:hibernate-core:1.0.12.5-jre14")
'com.guicedee.services:hibernate-core:jar:1.0.12.5-jre14'
<dependency org="com.guicedee.services" name="hibernate-core" rev="1.0.12.5-jre14">
  <artifact name="hibernate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-core', version='1.0.12.5-jre14')
)
libraryDependencies += "com.guicedee.services" % "hibernate-core" % "1.0.12.5-jre14"
[com.guicedee.services/hibernate-core "1.0.12.5-jre14"]