is not current version
Last Version 62

com.guicedee.services:hibernate-core 1.0.2.0-jre13

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.2.0-jre13
Type

Type

jar

Download hibernate-core 1.0.2.0-jre13


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