Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod authored Aug 8, 2023
1 parent ee7d014 commit 7644ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ ZIP Forge is based on Java's [ZIP File System Provider](https://docs.oracle.com/
<dependency>
<groupId>io.github.helpermethod</groupId>
<artifactId>zip-forge</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

## Gradle

```groovy
implementation 'io.github.helpermethod:zip-forge:0.1.0'
implementation 'io.github.helpermethod:zip-forge:0.2.0'
```

## Gradle (Kotlin)

```kotlin
implementation("io.github.helpermethod:zip-forge:0.1.0")
implementation("io.github.helpermethod:zip-forge:0.2.0")
```

# :mag: Usage
Expand Down

0 comments on commit 7644ea3

Please sign in to comment.