JAVA client for the BiVeS web service
This is a Java client library for the BiVeS WebApp.
Use the client library in your maven project:
<dependency>
    <groupId>de.uni-rostock.sbi</groupId>
    <artifactId>BiVeS-WebApp-Client</artifactId>
    <version>$VERSION</version>
</dependency>
(see all versions at Maven Central)
git clone https://github.com/binfalse/BiVeS-WebApp-Client