OpenShopChannel / osc4j

Open Shop Channel API wrapper for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osc4j

Open Shop Channel API wrapper for Java

Usage

<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.

About

Open Shop Channel API wrapper for Java

License:MIT License


Languages

Language:Java 100.0%