Update 'README.md'

This commit is contained in:
Stijn Bannink 2023-09-08 13:04:56 +00:00
parent b8f522bbdd
commit 45e989bccd

View file

@ -9,3 +9,27 @@ Please be advised that the materials contained within this repository are subjec
Additionally, please note that the v3 models included in this repository have been created by MelchMwoan (mkmodels.eu) and are subject to specific limitations under the aforementioned license. Redistribution of these models is strictly prohibited without express written consent from the owner.
By accessing or utilizing any of the materials within this repository, you acknowledge and agree to comply with all of the terms and conditions of the applicable license.
## Maven
You can find both the v2 and v3 API on our Maven repository.
```xml
<repository>
<id>sbdevelopment-repo-releases</id>
<name>SBDevelopment Repository</name>
<url>https://repo.sbdevelopment.tech/releases</url>
</repository>
<!-- v2 Dependency -->
<dependency>
<groupId>nl.sbdeveloper</groupId>
<artifactId>VehiclesPlus-API</artifactId>
<version>2.3.5</version>
</dependency>
<!-- V3 Dependency -->
<dependency>
<groupId>nl.sbdeveloper</groupId>
<artifactId>VehiclesPlus-API</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>
```