Skip to main content

Introduction

The java client is used to store and get information from the rostore service.

Maven configuration​

The java client can easily be integrated to the maven-based java project by adding the following snippet to the pom.xml:

</dependencies>
...
<dependency>
<artifactId>rostore-client</artifactId>
<groupId>net.ro-store</groupId>
<version>2.0.1</version>
</dependency>
...
</dependencies>

See also here and here

The relevant artifact is stored in the maven central repository.