Skip to content

v1.1.0

Choose a tag to compare

@malczuuu malczuuu released this 01 Oct 20:45
· 42 commits to main since this release

https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.1.0

  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.malczuuu.problem4j</groupId>
            <artifactId>problem4j-core</artifactId>
            <version>1.1.0</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0")
    }

Added

Changes: v1.0.1...v1.1.0