Open Shop Channel API wrapper for Java
<repositories>
<repository>
<id>osc</id>
<url>https://repo.craftium.net/repository/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.oscwii</groupId>
<artifactId>openshop-api</artifactId>
<version>v4-SNAPSHOT</version>
</dependency>
</dependencies>
Use the OSCAPIBuilder
to create a new instance of OSCAPI
and access the API.