|
1 | 1 | ---
|
2 |
| -mediawiki: ImageJA |
3 | 2 | title: ImageJA
|
4 | 3 | section: Explore:Libraries
|
| 4 | +icon: /media/icons/imagej1.png |
| 5 | +artifact: net.imagej:ij |
5 | 6 | ---
|
6 | 7 |
|
7 |
| -{% include project content='ImageJ1' %} |
8 |
| -{% capture author%} |
9 |
| -{% include person id='rasband' %}, {% include person id='dscho' %}, {% include person id='acardona' %}, et al |
10 |
| -{% endcapture %} |
| 8 | +ImageJA is a project that provides a clean [Git](/develop/git) history of the [ImageJ 1.x](/software/imagej1) project, with a proper 'pom.xml' file so that it can be used with [Maven](/develop/maven) without hassles. |
11 | 9 |
|
12 |
| -{% capture source%} |
13 |
| -{% include github org='imagej' repo='ImageJA' label='Git repository' %} |
14 |
| -{% endcapture %} |
15 |
| -{% include info-box software='ImageJA' name='ImageJA' author=author maintainer='[Travis CI](/develop/travis)' filename='Newer versions [on Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.imagej%22%20AND%20a%3A%22ij%22) |
16 |
| -Older versions [in SciJava Maven repository](http://maven.scijava.org/content/repositories/releases/net/imagej/ij/)' source=source released='17/03/2007' latest-version='auto-updated' status='auto-maintained' %}ImageJA is a project that provides a clean [Git](/develop/git) history of the [ImageJ 1.x](/software/imagej1) project, with a proper 'pom.xml' file so that it can be used with [Maven](/develop/maven) without hassles. |
| 10 | +{% include aside title="Old versions of `ij.jar`" content=" |
| 11 | +* Versions up to 1.48q are [in the SciJava Maven repository](http://maven.scijava.org/content/repositories/releases/net/imagej/ij/). |
| 12 | +* Versions starting with 1.48r are [on Maven Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.imagej%22%20AND%20a%3A%22ij%22). |
| 13 | +" %} |
17 | 14 |
|
18 | 15 | ## Why ImageJA?
|
19 | 16 |
|
@@ -55,6 +52,4 @@ ImageJA was originally [launched in 2005](https://list.nih.gov/cgi-bin/wa.exe?A2
|
55 | 52 | - A little bug fix in StackWindow: if you have a 2D time lapse, ImageJ will still use the zSelector (rather than the tSelector).
|
56 | 53 | - ImageJA can handle https:// URLs, too.
|
57 | 54 |
|
58 |
| -However, these days, needed changes to ImageJ 1.x are instead patched at runtime; see the [Compatibility](/libs/imagej-legacy) page for details. |
59 |
| - |
60 |
| - |
| 55 | +However, these days, needed changes to ImageJ 1.x are instead patched at runtime; see the [ImageJ Legacy](/libs/imagej-legacy) page for details. |
0 commit comments