Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren authored May 24, 2024
1 parent 40e08b1 commit bfd5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ To integrate [Filelizer](https://mvnrepository.com/artifact/io.github.filelize/f
<dependency>
<groupId>io.github.filelize</groupId>
<artifactId>filelize-java</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>
```
For Gradle, you can use:
```groovy
implementation 'io.github.filelize:filelize-java:0.9.3'
implementation 'io.github.filelize:filelize-java:0.9.4'
```

Ref: [Publish your artifact to the Maven Central Repository using GitHub Actions](https://medium.com/@jtbsorensen/publish-your-artifact-to-the-maven-central-repository-using-github-actions-15d3b5d9ce88)
Expand Down

0 comments on commit bfd5ced

Please sign in to comment.