не последняя версия
Последняя версия 1.9.95

org.webpieces:hibernate-plugin 1.9.61

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

Категории

Категории

Hibernate Данные ORM
Группа

Группа

org.webpieces
Идентификатор

Идентификатор

hibernate-plugin
Версия

Версия

1.9.61
Тип

Тип

jar

Скачать hibernate-plugin 1.9.61


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