Skip to content

Release v4.04

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 21:19
53acefc

Changes

  • Updated readme.md
  • New version control system
  • Slight mongo database connection changes
  • FlatFileRepository fixed and all of its children!

build.gradle.kts

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("com.github.Nopock:Store:v4.04")
}

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.04</version>
    </dependency>
</dependencies>