Download imagej-1.47.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.47 in this page.

License

Public Domain

Build File

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

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

Download

Click the following link to download the jar file.

imagej-1.47-javadoc.jar
imagej-1.47-sources.jar
imagej-1.47.jar
imagej-1.47.pom



Related Tutorials