Skip to content

Commit

Permalink
Updated Maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jan 10, 2023
1 parent 5665c85 commit 3ab02e9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>joox</artifactId>
<version>1.6.2</version>
<version>2.0.0</version>
</dependency>
```

**For use with Java 8+**

```xml
<dependency>
<groupId>org.jooq</groupId>
<artifactId>joox-java-8</artifactId>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -32,7 +42,7 @@
<dependency>
<groupId>org.jooq</groupId>
<artifactId>joox-java-6</artifactId>
<version>1.6.2</version>
<version>2.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 3ab02e9

Please sign in to comment.