Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 683 Bytes

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