BiVeS-WS-Client

JAVA client for the BiVeS web service

View the Project on GitHub

BiVeS WebApp Client Library

This is a Java client library for the BiVeS WebApp.

Usage

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)

Build

git clone https://github.com/binfalse/BiVeS-WebApp-Client