Skip to content

Commit

Permalink
docs(readme): add gradle installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 10, 2023
1 parent 591d621 commit d5f5446
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,19 @@ code of all open pull requests.

### Gradle

TODO
**With Gradle Groovy**
```groovy
dependencies {
implementation 'tech.favware:java8-result'
}
```

**With Kotlin DSL**
```kotlin
dependencies {
implementation("tech.favware:java8-result")
}
```

## Usage

Expand Down

0 comments on commit d5f5446

Please sign in to comment.