RinSim uses Maven for managing its dependencies. The core module of RinSim can be added to your Maven project by including the following in your pom file, where x, y, and z represents the preferred version number. More detailed instructions are available for Eclipse and IntelliJ.

<dependency>
	<groupId>com.github.rinde</groupId>
	<artifactId>rinsim-core</artifactId>
	<version>x.y.z</version>
</dependency>

The latest RinSim version is Maven Central

An overview of all available modules can be found here.