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