Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.gentity |
ArtifactId | ArtifactIdgentity-test-hibernate |
Version | Version0.24 |
Type | Typejar |
Filename | Size |
---|---|
gentity-test-hibernate-0.24.pom | |
gentity-test-hibernate-0.24.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/ -->
<dependency>
<groupId>com.github.gentity</groupId>
<artifactId>gentity-test-hibernate</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation 'com.github.gentity:gentity-test-hibernate:0.24'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation ("com.github.gentity:gentity-test-hibernate:0.24")
'com.github.gentity:gentity-test-hibernate:jar:0.24'
<dependency org="com.github.gentity" name="gentity-test-hibernate" rev="0.24">
<artifact name="gentity-test-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-test-hibernate', version='0.24')
)
libraryDependencies += "com.github.gentity" % "gentity-test-hibernate" % "0.24"
[com.github.gentity/gentity-test-hibernate "0.24"]