InterMine JARs

InterMine JARs are published on JCenter: https://bintray.com/intermineorg

To put these on your classpath, add the correct dependencies, e.g.

Maven

<dependency>
    <groupId>org.intermine</groupId>
    <artifactId>intermine-api</artifactId>
    <version>4.0.1</version>
    <type>pom</type>
</dependency>

Gradle

compile 'org.intermine:intermine-api:4.0.1'