Update 'README.md'
This commit is contained in:
parent
45e989bccd
commit
65a6e56fb3
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ You can find both the v2 and v3 API on our Maven repository.
|
||||||
<groupId>nl.sbdeveloper</groupId>
|
<groupId>nl.sbdeveloper</groupId>
|
||||||
<artifactId>VehiclesPlus-API</artifactId>
|
<artifactId>VehiclesPlus-API</artifactId>
|
||||||
<version>2.3.5</version>
|
<version>2.3.5</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- V3 Dependency -->
|
<!-- V3 Dependency -->
|
||||||
|
@ -31,5 +32,6 @@ You can find both the v2 and v3 API on our Maven repository.
|
||||||
<groupId>nl.sbdeveloper</groupId>
|
<groupId>nl.sbdeveloper</groupId>
|
||||||
<artifactId>VehiclesPlus-API</artifactId>
|
<artifactId>VehiclesPlus-API</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
Loading…
Reference in a new issue