Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
Check out the Sample app, to see how its implemented.

### Gradle
* This library is available on JCenter. First, Make sure to add the following in your project level `build.gradle` file
* This library is available on SciJava & JCenter . First, Make sure to add the following in your project level `build.gradle` file
```
repositories {
google()
jcenter()
maven {url "https://maven.scijava.org/content/repositories/public/"}
}
```
* To use it, add the following to `build.gradle` for the module
Expand Down