Changes
- This is an automatic release...
- These notes will be updated shortly :)
build.gradle.kts
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.Nopock:Store:v4.25")
}
pom.xml
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<depedency>
<groupId>com.github.Nopock</groupId>
<artifactId>Store</artifactId>
<version>v4.25</version>
</dependency>
</dependencies>