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 68d1bee commit ad175daCopy full SHA for ad175da
README.md
@@ -34,20 +34,20 @@ ZIP Forge is published as a Java 9 module but compatible with Java 8.
34
<dependency>
35
<groupId>io.github.helpermethod</groupId>
36
<artifactId>zip-forge</artifactId>
37
- <version>1.0.0</version>
+ <version>1.0.1</version>
38
</dependency>
39
```
40
41
## Gradle
42
43
```groovy
44
-implementation 'io.github.helpermethod:zip-forge:1.0.0'
+implementation 'io.github.helpermethod:zip-forge:1.0.1'
45
46
47
## Gradle (Kotlin)
48
49
```kotlin
50
-implementation("io.github.helpermethod:zip-forge:1.0.0")
+implementation("io.github.helpermethod:zip-forge:1.0.1")
51
52
53
# :mag: Usage
0 commit comments