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

com.github.ben-manes:gradle-jooq-plugin 0.3

jOOQ codegen for Gradle.

Категории

Категории

Gradle Компиляция и сборка jOOQ Данные Базы данных
Группа

Группа

com.github.ben-manes
Идентификатор

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

gradle-jooq-plugin
Версия

Версия

0.3
Тип

Тип

jar

Скачать gradle-jooq-plugin 0.3


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