We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425d877 commit 0994187Copy full SHA for 0994187
README.md
@@ -68,14 +68,14 @@ higher is required to use this library.
68
<dependency>
69
<groupId>io.github.malczuuu.problem4j</groupId>
70
<artifactId>problem4j-core</artifactId>
71
- <version>${problem4j-core.version}</version>
+ <version>1.1.0</version>
72
</dependency>
73
</dependencies>
74
```
75
2. Gradle (Groovy or Kotlin DSL):
76
```groovy
77
dependencies {
78
- implementation("io.github.malczuuu.problem4j:problem4j-core:${problem4j-core.version}")
+ implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0")
79
}
80
81
0 commit comments