Categories |
CategoriesWicket User Interface Web Frameworks Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.wicketopia |
ArtifactId | ArtifactIdwicketopia-hibernate |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
wicketopia-hibernate-0.9.pom | |
wicketopia-hibernate-0.9.jar | 6 KB |
wicketopia-hibernate-0.9-sources.jar | 3 KB |
wicketopia-hibernate-0.9-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketopia/wicketopia-hibernate/ -->
<dependency>
<groupId>org.wicketopia</groupId>
<artifactId>wicketopia-hibernate</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-hibernate/
implementation 'org.wicketopia:wicketopia-hibernate:0.9'
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-hibernate/
implementation ("org.wicketopia:wicketopia-hibernate:0.9")
'org.wicketopia:wicketopia-hibernate:jar:0.9'
<dependency org="org.wicketopia" name="wicketopia-hibernate" rev="0.9">
<artifact name="wicketopia-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketopia', module='wicketopia-hibernate', version='0.9')
)
libraryDependencies += "org.wicketopia" % "wicketopia-hibernate" % "0.9"
[org.wicketopia/wicketopia-hibernate "0.9"]