Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.pojosontheweb |
ArtifactId | ArtifactIdwoko-hibernate |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
woko-hibernate-2.0.3.pom | |
woko-hibernate-2.0.3.jar | 18 KB |
woko-hibernate-2.0.3-sources.jar | 11 KB |
woko-hibernate-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation 'com.pojosontheweb:woko-hibernate:2.0.3'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-hibernate/
implementation ("com.pojosontheweb:woko-hibernate:2.0.3")
'com.pojosontheweb:woko-hibernate:jar:2.0.3'
<dependency org="com.pojosontheweb" name="woko-hibernate" rev="2.0.3">
<artifact name="woko-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-hibernate', version='2.0.3')
)
libraryDependencies += "com.pojosontheweb" % "woko-hibernate" % "2.0.3"
[com.pojosontheweb/woko-hibernate "2.0.3"]