Update 'README.md'

This commit is contained in:
Stijn Bannink 2023-09-08 13:07:08 +00:00
parent 45e989bccd
commit 65a6e56fb3

View file

@ -24,6 +24,7 @@ You can find both the v2 and v3 API on our Maven repository.
<groupId>nl.sbdeveloper</groupId>
<artifactId>VehiclesPlus-API</artifactId>
<version>2.3.5</version>
<scope>provided</scope>
</dependency>
<!-- V3 Dependency -->
@ -31,5 +32,6 @@ You can find both the v2 and v3 API on our Maven repository.
<groupId>nl.sbdeveloper</groupId>
<artifactId>VehiclesPlus-API</artifactId>
<version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```