We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf68ce commit d2363ecCopy full SHA for d2363ec
1 file changed
README.md
@@ -15,6 +15,8 @@ void main() {
15
}
16
```
17
18
+Check [wiki](https://github.com/Over-Run/native-list/wiki) for details.
19
+
20
## Import as Dependency
21
22
This library requires JDK 25.
@@ -28,14 +30,14 @@ Maven:
28
30
<dependency>
29
31
<groupId>io.github.over-run</groupId>
32
<artifactId>native-list</artifactId>
- <version><nativeListVersion></version>
33
+ <version>${nativeListVersion}</version>
34
</dependency>
35
36
37
Gradle:
38
39
```kotlin
40
dependencies {
- implementation("io.github.over-run:native-list:<nativeListVersion>")
41
+ implementation("io.github.over-run:native-list:${nativeListVersion}")
42
43
0 commit comments