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