Jar examples for i:ij
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
You can download jar file ij 1.51f in this page.
Public domain
You can use the following script to add ij-1.51f.jar to your project.
<dependency> <groupId>net.imagej</groupId> <artifactId>ij</artifactId> <version>1.51f</version> </dependency>
compile group: 'net.imagej', name: 'ij', version: '1.51f'
libraryDependencies += "net.imagej" % "ij" % "1.51f"
<dependency org="net.imagej" name="ij" rev="1.51f"/>
@Grapes(@Grab(group='net.imagej', module='ij', version='1.51f'))
'net.imagej:ij:jar:1.51f'
Click the following link to download the jar file.
ij-1.51f-javadoc.jar