Skip to content

Commit 49f2c64

Browse files
committed
Fix links to ij.jar in Maven repositories
1 parent 22920b4 commit 49f2c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ To use ImageJ as a library in your [Maven] project, add the dependency:
2929

3030
Where `1.53j` is the version of ImageJ you would like to use:
3131

32-
* Versions up to 1.48q are [in the SciJava Maven repository](https://maven.scijava.org/content/repositories/releases/net/imagej/ij/).
33-
* Versions starting with 1.48r are [on Maven Central](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.imagej%22%20AND%20a%3A%22ij%22).
32+
* Versions up to 1.48q are [in the SciJava Maven repository](https://maven.scijava.org/#browse/search/generic=group.raw%3Dnet.imagej%20AND%20name.raw%3Dij).
33+
* Versions starting with 1.48r are [on Maven Central](https://central.sonatype.com/artifact/net.imagej/ij/versions).
3434
* Be aware that versions prior to 1.53k may not identically match the
3535
corresponding release tags here in this repository.
3636

0 commit comments

Comments
 (0)