Skip to content

v1.0.0

Choose a tag to compare

@malczuuu malczuuu released this 29 Sep 21:21
· 56 commits to main since this release

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

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

Added