Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 427 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 427 Bytes

Using library in your plugin

Maven

<!-- Repository -->
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<!-- Dependency-->
<dependencies>
    <dependency>
        <groupId>com.github.thelblack</groupId>
        <artifactId>Cinventory</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>