/intermine-ws-java

Java client for InterMine

Primary LanguageJava

InterMine Webservice Client 3.1.0

April 2021

This Java client library is for use with Web services attached to InterMine data-warehouses. It abstracts and simplifies techniques for making structured queries on remote databases using the InterMine REST interface.

Get the client

Maven

<!-- maven central-->
<dependency>
    <groupId>org.intermine</groupId>
    <artifactId>intermine-ws-java</artifactId>
    <version>3.1.0</version>
</dependency>

Gradle

compile 'org.intermine:intermine-ws-java:3.1.0'

Documentation