Download ImageJTestSuite-1.0.2.jar file - Jar i

Jar examples for i:ImageJTestSuite

Description

Collection of tools supporting unit testing of image processing software in ImageJ framework.

You can download jar file ImageJTestSuite 1.0.2 in this page.

License

MIT

Build File

You can use the following script to add ImageJTestSuite-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.baniuk</groupId>
   <artifactId>ImageJTestSuite</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.baniuk', name: 'ImageJTestSuite', version: '1.0.2'
libraryDependencies += "com.github.baniuk" % "ImageJTestSuite" % "1.0.2"
<dependency org="com.github.baniuk" name="ImageJTestSuite" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.baniuk', module='ImageJTestSuite', version='1.0.2'))
'com.github.baniuk:ImageJTestSuite:jar:1.0.2'

Download

Click the following link to download the jar file.

ImageJTestSuite-1.0.2-javadoc.jar
ImageJTestSuite-1.0.2-sources.jar
ImageJTestSuite-1.0.2.jar
ImageJTestSuite-1.0.2.pom



Related Tutorials