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