<dependency> <groupId>org.jooq</groupId> <artifactId>jooq-codegen</artifactId> <version>1.6.9</version> </dependency>
implementation 'org.jooq:jooq-codegen:1.6.9'
implementation("org.jooq:jooq-codegen:1.6.9")
libraryDependencies += "org.jooq" % "jooq-codegen" % "1.6.9"
@Grapes( @Grab(group='org.jooq', module='jooq-codegen', version='1.6.9') )
<dependency org="org.jooq" name="jooq-codegen" rev="1.6.9" />
[org.jooq/jooq-codegen "1.6.9"]
'org.jooq:jooq-codegen:jar:1.6.9'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jooq:jooq:1.6.9
|-- org.jooq:jooq-meta:1.6.9
provided
|-- org.apache.ant:ant:1.8.2
test
|-- org.slf4j:integration:1.6.1
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- log4j:log4j:1.2.16