Skip to content

3.2.1

Compare
Choose a tag to compare
@KotlinFactory KotlinFactory released this 17 Dec 14:44
· 71 commits to master since this release
<!-- JitPack-Repo -->
<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
  1. Place this in your dependency-section:
<dependency>
  <groupId>com.github.simplix-softworks</groupId>
  <artifactId>SimplixStorage</artifactId> 
  <version>3.2.1</version>
<!-- Should the SimplixStorage be shaded or not? 
  <scope>provided</scope>
  <scope>compile</scope>-->
</dependency>