diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index 1c1cc70ef3..f485485bc6 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -544,15 +544,28 @@ for (AuthorRecord author : create.fetch(AUTHOR)) {

- Alternatively, you can create a Maven dependency: + Alternatively, you can create a Maven dependency to download jOOQ artefacts:

org.jooq - jooq {jooq-version} + + + org.jooq + jooq-meta + {jooq-version} + + + org.jooq + jooq-codegen + {jooq-version} ]]> +

+ Please refer to the manual's section about to learn how to use jOOQ's code generator with Maven. +

+

For this example, we'll be using MySQL. If you haven't already downloaded MySQL Connector/J, download it here:
http://dev.mysql.com/downloads/connector/j/