lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
120 stars 97 forks source link

Maven dependency #177

Closed Aurelien30000 closed 3 years ago

Aurelien30000 commented 3 years ago

Hey!

Using a file top import OpenInv from maven isn't really reliable and I wondered if you could consider using github packages as a maven repo for this project.

Thanks ;)

Jikoo commented 3 years ago

Builds are available via JitPack.

    <dependency>
      <groupId>com.github.lishid.OpenInv</groupId>
      <artifactId>openinvapi</artifactId>
      <version>4.1.5</version>
    </dependency>