The FastCarAPI provides essential features and access to the vehicles system of MineValleyEU. This API is widely used in vehicle-related modules (e.g. speed cameras, gas stations, police)
Add the MineValley GitHub repository to your pom.xml:
<repositories>
<repository>
<id>fastcar-api</id>
<url>https://maven.pkg.github.com/MineValley/FastCarAPI</url>
</repository>
</repositories>Add the dependency:
<dependency>
<groupId>eu.minevalley</groupId>
<artifactId>fastcar-api</artifactId>
<version>0.4.0</version>
<scope>provided</scope>
</dependency>