is not current version
Last Version 2.1.1

org.webpieces:plugin-hibernate 2.0.9

hibernate plugin if you use hibernate installing a filter and other plusses

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-hibernate
Version

Version

2.0.9
Type

Type

jar

Download plugin-hibernate 2.0.9


<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>plugin-hibernate</artifactId>
    <version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation 'org.webpieces:plugin-hibernate:2.0.9'
// https://jarcasting.com/artifacts/org.webpieces/plugin-hibernate/
implementation ("org.webpieces:plugin-hibernate:2.0.9")
'org.webpieces:plugin-hibernate:jar:2.0.9'
<dependency org="org.webpieces" name="plugin-hibernate" rev="2.0.9">
  <artifact name="plugin-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-hibernate', version='2.0.9')
)
libraryDependencies += "org.webpieces" % "plugin-hibernate" % "2.0.9"
[org.webpieces/plugin-hibernate "2.0.9"]