Skip to content

Commit

Permalink
Add dependency to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jul 26, 2019
1 parent b2ffc00 commit ca62a39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Extensions to the Kotlin Flow library.
[![codecov.io](http://codecov.io/github/akarnokd/kotlin-flow-extensions/coverage.svg?branch=master)](http://codecov.io/github/akarnokd/kotlin-flow-extensions?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.akarnokd/kotlin-flow-extensions/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.akarnokd/kotlin-flow-extensions)

## dependency

[Maven](https://search.maven.org/search?q=com.github.akarnokd)

```groovy
dependency {
implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.1"
}
```

# Features

Table of contents
Expand Down

0 comments on commit ca62a39

Please sign in to comment.