From 64f211525b0579fb2a896a79c391d060cbbb7d3f Mon Sep 17 00:00:00 2001 From: ucf0709 <40617159+ucf0709@users.noreply.github.com> Date: Sat, 16 Nov 2024 20:35:21 +0100 Subject: [PATCH] adding SciJava --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6442f86..85fc6db 100644 --- a/README.md +++ b/README.md @@ -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