Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdplugin-hibernate |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
plugin-hibernate-2.0.8.pom | |
plugin-hibernate-2.0.8.jar | 12 KB |
plugin-hibernate-2.0.8-sources.jar | 6 KB |
plugin-hibernate-2.0.8-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-hibernate</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation 'org.webpieces:plugin-hibernate:2.0.8'
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation ("org.webpieces:plugin-hibernate:2.0.8")
'org.webpieces:plugin-hibernate:jar:2.0.8'
<dependency org="org.webpieces" name="plugin-hibernate" rev="2.0.8">
<artifact name="plugin-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-hibernate', version='2.0.8')
)
libraryDependencies += "org.webpieces" % "plugin-hibernate" % "2.0.8"
[org.webpieces/plugin-hibernate "2.0.8"]