Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 581 Bytes

NMSWrapper Build Status Maven Central

An abstraction layer between NMS and Plugins

You can use this library by adding it as a dependency to your pom.xml

<dependencies>
    <dependency>
        <groupId>me.vilsol</groupId>
        <artifactId>nmswrapper</artifactId>
        <version>0.0.2</version>
        <scope>compile</scope>
    </dependency>
</dependencies>