Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaraira authored Oct 19, 2023
1 parent edbb952 commit fcafcba
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 @@ -10,21 +10,21 @@ Please check `DemoTest.java` for examples for now until I find time to update th

### Getting Started:

1. Add constants-containers library dependency to your project. The latest version is **1.1.0**.
1. Add constants-containers library dependency to your project. The latest version is **2.0.0**.

Maven:
```xml
<dependency>
<groupId>io.github.mrsaraira</groupId>
<artifactId>constant-containers</artifactId>
<version>1.1.0</version>
<version>2.0.0</version>
</dependency>
```

Gradle:
```
dependencies {
implementation 'io.github.mrsaraira:constant-containers:1.1.0'
implementation 'io.github.mrsaraira:constant-containers:2.0.0'
}
```

Expand Down

0 comments on commit fcafcba

Please sign in to comment.