Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Shafarenka committed Nov 18, 2014
1 parent a1bf729 commit da39f96
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,20 @@ Execute JUnit tests
1. cd <git>/tinybus-tests
2. ant test

Gradle dependency
Gradle dependencies
=======

For pure event bus implementation
```
dependencies {
compile 'de.halfbit:tinybus:2.0.0'
}
```
For event bus with extensions
```
dependencies {
// coming soon
compile 'de.halfbit:tinybus:2.0.0'
compile 'de.halfbit:tinybus-extensions:2.0.0'
}
```

Expand Down

0 comments on commit da39f96

Please sign in to comment.