Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdhibernate-parent |
Version | Version1.0.7.5-jre14 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-parent-1.0.7.5-jre14.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-parent/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>hibernate-parent</artifactId>
<version>1.0.7.5-jre14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-parent/
implementation 'com.guicedee.services:hibernate-parent:1.0.7.5-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-parent/
implementation ("com.guicedee.services:hibernate-parent:1.0.7.5-jre14")
'com.guicedee.services:hibernate-parent:pom:1.0.7.5-jre14'
<dependency org="com.guicedee.services" name="hibernate-parent" rev="1.0.7.5-jre14">
<artifact name="hibernate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-parent', version='1.0.7.5-jre14')
)
libraryDependencies += "com.guicedee.services" % "hibernate-parent" % "1.0.7.5-jre14"
[com.guicedee.services/hibernate-parent "1.0.7.5-jre14"]