Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.pojosontheweb |
ArtifactId | ArtifactIdwoko-compass-hibernate |
Version | Version2.0-beta |
Type | Typepom |
Filename | Size |
---|---|
woko-compass-hibernate-2.0-beta.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-compass-hibernate/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-compass-hibernate</artifactId>
<version>2.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-compass-hibernate/
implementation 'com.pojosontheweb:woko-compass-hibernate:2.0-beta'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-compass-hibernate/
implementation ("com.pojosontheweb:woko-compass-hibernate:2.0-beta")
'com.pojosontheweb:woko-compass-hibernate:pom:2.0-beta'
<dependency org="com.pojosontheweb" name="woko-compass-hibernate" rev="2.0-beta">
<artifact name="woko-compass-hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-compass-hibernate', version='2.0-beta')
)
libraryDependencies += "com.pojosontheweb" % "woko-compass-hibernate" % "2.0-beta"
[com.pojosontheweb/woko-compass-hibernate "2.0-beta"]