Skip to content

Commit 2d25615

Browse files
committed
README updated with gradle integration
1 parent 8dccc80 commit 2d25615

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Both implementations are designed to be immutable and provide type-safe access t
1919

2020
## Installation
2121

22+
### Maven
23+
2224
Add the following dependency to your `pom.xml`:
2325

2426
```xml
@@ -29,6 +31,24 @@ Add the following dependency to your `pom.xml`:
2931
</dependency>
3032
```
3133

34+
### Gradle
35+
36+
Add the following dependency to your `build.gradle`:
37+
38+
```gradle
39+
dependencies {
40+
implementation 'com.appxiom.ax:ax-tuple:1.0.8'
41+
}
42+
```
43+
44+
Or in `build.gradle.kts`:
45+
46+
```kotlin
47+
dependencies {
48+
implementation("com.appxiom.ax:ax-tuple:1.0.8")
49+
}
50+
```
51+
3252
## Usage
3353

3454
### Using `Tuple`

0 commit comments

Comments
 (0)