Skip to main content

Installation

The runabout-java library is hosted on Maven Central. It is also open source (MIT) and source code can be found here.

Add to Maven Project

<dependency>
<groupId>dev.runabout</groupId>
<artifactId>runabout-java</artifactId>
<version>1.2.0</version>
</dependency>

Add to Gradle Project

implementation group: 'dev.runabout', name: 'runabout-java', version: '1.2.0'