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:
+ Please refer to the manual's section about
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/