Download imagej-1.46.jar file - Jar i

Jar examples for i:imagej

Description

Image processing and analysis framework. Allows the user to record/replay macros and can be extended using plug-ins.

You can download jar file imagej 1.46 in this page.

License

Public Domain

Build File

You can use the following script to add imagej-1.46.jar to your project.

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

Download

Click the following link to download the jar file.

imagej-1.46-javadoc.jar
imagej-1.46-sources.jar
imagej-1.46.jar
imagej-1.46.pom



Related Tutorials