Skip to content

Release v4.25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 03:26
3ce0134

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>