is not current version
Last Version 1.9.95

org.webpieces:hibernate-plugin 1.9.38

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

hibernate-plugin
Version

Version

1.9.38
Type

Type

jar

Download hibernate-plugin 1.9.38


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