Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.gentity |
ArtifactId | ArtifactIdgentity-test-hibernate |
Version | Version0.23 |
Type | Typejar |
Filename | Size |
---|---|
gentity-test-hibernate-0.23.pom | |
gentity-test-hibernate-0.23.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.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation 'com.github.gentity:gentity-test-hibernate:0.23'
// https://jarcasting.com/artifacts/com.github.gentity/gentity-test-hibernate/
implementation ("com.github.gentity:gentity-test-hibernate:0.23")
'com.github.gentity:gentity-test-hibernate:jar:0.23'
<dependency org="com.github.gentity" name="gentity-test-hibernate" rev="0.23">
<artifact name="gentity-test-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gentity', module='gentity-test-hibernate', version='0.23')
)
libraryDependencies += "com.github.gentity" % "gentity-test-hibernate" % "0.23"
[com.github.gentity/gentity-test-hibernate "0.23"]