Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.pojosontheweb |
ArtifactId | ArtifactIdwoko-hibernate |
Version | Version2.4-beta6 |
Type | Typejar |
Filename | Size |
---|---|
woko-hibernate-2.4-beta6.pom | |
woko-hibernate-2.4-beta6.jar | 24 KB |
woko-hibernate-2.4-beta6-sources.jar | 15 KB |
woko-hibernate-2.4-beta6-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-hibernate</artifactId>
<version>2.4-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation 'com.pojosontheweb:woko-hibernate:2.4-beta6'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation ("com.pojosontheweb:woko-hibernate:2.4-beta6")
'com.pojosontheweb:woko-hibernate:jar:2.4-beta6'
<dependency org="com.pojosontheweb" name="woko-hibernate" rev="2.4-beta6">
<artifact name="woko-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-hibernate', version='2.4-beta6')
)
libraryDependencies += "com.pojosontheweb" % "woko-hibernate" % "2.4-beta6"
[com.pojosontheweb/woko-hibernate "2.4-beta6"]