<dependency> <groupId>org.jooq</groupId> <artifactId>jooq-codegen</artifactId> <version>2.0.6</version> </dependency>
implementation 'org.jooq:jooq-codegen:2.0.6'
implementation("org.jooq:jooq-codegen:2.0.6")
libraryDependencies += "org.jooq" % "jooq-codegen" % "2.0.6"
@Grapes( @Grab(group='org.jooq', module='jooq-codegen', version='2.0.6') )
<dependency org="org.jooq" name="jooq-codegen" rev="2.0.6" />
[org.jooq/jooq-codegen "2.0.6"]
'org.jooq:jooq-codegen:jar:2.0.6'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jooq:jooq:2.0.6
|-- org.jooq:jooq-meta:2.0.6
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