Download ij-1.49v.jar file - Jar i

Jar examples for i:ij

Description

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

You can download jar file ij 1.49v in this page.

License

Public domain

Build File

You can use the following script to add ij-1.49v.jar to your project.

<dependency>
   <groupId>net.imagej</groupId>
   <artifactId>ij</artifactId>
   <version>1.49v</version>
</dependency>
compile group: 'net.imagej', name: 'ij', version: '1.49v'
libraryDependencies += "net.imagej" % "ij" % "1.49v"
<dependency org="net.imagej" name="ij" rev="1.49v"/>
@Grapes(@Grab(group='net.imagej', module='ij', version='1.49v'))
'net.imagej:ij:jar:1.49v'

Download

Click the following link to download the jar file.

ij-1.49v-javadoc.jar
ij-1.49v-sources.jar
ij-1.49v.jar
ij-1.49v.pom



Related Tutorials