Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Aug 23, 2024
2 parents 7120c42 + 0af9b77 commit 37b2a0e
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 @@ -11,12 +11,12 @@ This README provides quickstart instructions on running [`fw-commons`]() on bare
[![Maven Central](https://img.shields.io/badge/maven--central-1.1.0-orange.svg?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0)
[![Gradle](https://img.shields.io/badge/gradle-1.1.0-orange.svg?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0)

#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0)
#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.1)

#### Gradle

```kotlin
implementation("io.github.hoangtien2k3:fw-commons:1.1.0")
implementation("io.github.hoangtien2k3:fw-commons:1.1.1")
```

#### Maven
Expand All @@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.0")
<dependency>
<groupId>io.github.hoangtien2k3</groupId>
<artifactId>fw-commons</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down

0 comments on commit 37b2a0e

Please sign in to comment.