Developers

Developers

The API

uCars has an extensive API for managing spawning, manipulation, upgrading and tracking cars. The exact details of the API can be found in the JavaDoc.

Using the API in your Maven project

Whilst you can just add the JAR to the build path for normal projects, if you are using Maven you can just as easily add the following to your projects repositories:

<repository>
    <id>stormdev-repo</id>
    <url>http://repository-storm345dev.forge.cloudbees.com/release</url>
</repository>

and the following to your dependencies:

<dependency>
    <groupId>com.useful</groupId>
    <artifactId>uCars</artifactId>
    <version>LATEST</version>
</dependency>

Code example

There isn't a code example yet, but I will write one soon!

uCars source code

If you want to steal all my work, then it's not copyrighted and you can do so at:
github.com/storm345dev/ucars, but please put my name somewhere!