Skip to content

Commit

Permalink
[#70] Mention Java 8 compatible implementation in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Feb 11, 2025
1 parent 7e296c2 commit fc4a5f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ To use it, add the following to your pom.xml file.
</dependency>
```

> [!NOTE]
> A Java 8 compatible implementation of the library is also available.
>
> See the [java8 branch](https://github.com/irods/irods4j/tree/java8) of this repository for the maven dependency coordinates.
## High-Level APIs

See the [high-level unit tests](src/test/java/org/irods/irods4j/high_level) for usage examples.
Expand Down

0 comments on commit fc4a5f6

Please sign in to comment.