Skip to content

Commit

Permalink
Add notice about minimum required Java version
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Feb 8, 2024
1 parent 45dd896 commit b2e1f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ Java implementation of [vers](https://github.com/package-url/purl-spec/blob/vers
### Installation

```xml

<dependency>
<groupId>io.github.nscuro</groupId>
<artifactId>versatile</artifactId>
<version>${versatile.version}</version>
</dependency>
```

> [!NOTE]
> *versatile* requires Java >= 17.
### Constructing `vers` Ranges

Ranges are constructed using a builder. Builders must be initialized with a `VersioningScheme`.
Expand Down

0 comments on commit b2e1f24

Please sign in to comment.