1.1. Orientation1. Package Information1.3. Platform Specific Issues
PreviousUpNext

Installation
Source compilation
The project can be compiled and installed with Maven:
$ mvn -C clean install
Maven
Regular releases are made to the Central Repository, so it's possible to use the com.io7m.jranges package in your projects with the following Maven dependency:
<dependency>
  <groupId>com.io7m.jranges</groupId>
  <artifactId>com.io7m.jranges-core</artifactId>
  <version>5.0.0</version>
</dependency>
All io7m.com packages use Semantic Versioning [0], which implies that it is always safe to use version ranges with an exclusive upper bound equal to the next major version - the API of the package will not change in a backwards-incompatible manner before the next major version.


PreviousUpNext
1.1. Orientation1. Package Information1.3. Platform Specific Issues