Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdhibernate-commons-annotations |
Version | Version1.0.9.2-jre14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-commons-annotations/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>1.0.9.2-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-commons-annotations/
implementation 'com.guicedee.services:hibernate-commons-annotations:1.0.9.2-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-commons-annotations/
implementation ("com.guicedee.services:hibernate-commons-annotations:1.0.9.2-jre14")
'com.guicedee.services:hibernate-commons-annotations:jar:1.0.9.2-jre14'
<dependency org="com.guicedee.services" name="hibernate-commons-annotations" rev="1.0.9.2-jre14">
<artifact name="hibernate-commons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-commons-annotations', version='1.0.9.2-jre14')
)
libraryDependencies += "com.guicedee.services" % "hibernate-commons-annotations" % "1.0.9.2-jre14"
[com.guicedee.services/hibernate-commons-annotations "1.0.9.2-jre14"]