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