Skip to content

Commit ca62a39

Browse files
committed
Add dependency to readme
1 parent b2ffc00 commit ca62a39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Extensions to the Kotlin Flow library.
55
[![codecov.io](http://codecov.io/github/akarnokd/kotlin-flow-extensions/coverage.svg?branch=master)](http://codecov.io/github/akarnokd/kotlin-flow-extensions?branch=master)
66
[![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)
77

8+
## dependency
9+
10+
[Maven](https://search.maven.org/search?q=com.github.akarnokd)
11+
12+
```groovy
13+
dependency {
14+
implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.1"
15+
}
16+
```
17+
818
# Features
919

1020
Table of contents

0 commit comments

Comments
 (0)