Download imglib2-3.2.1.jar file - Jar i

Jar examples for i:imglib2

Description

A multidimensional, type-agnostic image processing library.

You can download jar file imglib2 3.2.1 in this page.

License

Simplified BSD License

Build File

You can use the following script to add imglib2-3.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

imglib2-3.2.1-javadoc.jar
imglib2-3.2.1-sources.jar
imglib2-3.2.1-tests.jar
imglib2-3.2.1.jar
imglib2-3.2.1.pom



Related Tutorials