Skip to content

An adjusted API to make OS-Scape work for Parabot v2

License

Notifications You must be signed in to change notification settings

Parabot/Parabot-317-API-Minified-OS-Scape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parabot-317-API-Minified

A 317 OS-Scape API for Parabot v2

About

This API is specifically meant for OS-Scape.

Issues

If you've an issues regarding the hooks, please report them here.

Maven

Parabot supports Maven as of September 2015. All information is included in the POM.xml. The API that is supported by Parabot is also published on a Maven repository. If you'd like to have either or both the client and the API in your project, use the following repository and dependency tags:

    <repositories>
        <repository>
            <id>git-parabot</id>
            <name>Parabot's Git based repo</name>
            <url>https://maven.parabot.org/</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>org.parabot</groupId>
            <artifactId>client</artifactId>
            <version>2.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.parabot</groupId>
            <artifactId>317-api-os-scape</artifactId>
            <version>0.1</version>
        </dependency>
    </dependencies>

About

An adjusted API to make OS-Scape work for Parabot v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published