Skip to content

OpenShopChannel/osc4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.