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.
<!-- maven central-->
<dependency>
<groupId>org.intermine</groupId>
<artifactId>intermine-ws-java</artifactId>
<version>3.1.0</version>
</dependency>
compile 'org.intermine:intermine-ws-java:3.1.0'