ImageJTestSuite

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

License

License

MIT
Categories

Categories

ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

com.github.baniuk
ArtifactId

ArtifactId

ImageJTestSuite
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://www.github.com/baniuk/ImageJTestSuite
Source Code Management

Source Code Management

https://github.com/baniuk/ImageJTestSuite

Download ImageJTestSuite

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.baniuk/ImageJTestSuite/ -->
<dependency>
    <groupId>com.github.baniuk</groupId>
    <artifactId>ImageJTestSuite</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.baniuk/ImageJTestSuite/
implementation 'com.github.baniuk:ImageJTestSuite:1.0.2'
// https://jarcasting.com/artifacts/com.github.baniuk/ImageJTestSuite/
implementation ("com.github.baniuk:ImageJTestSuite:1.0.2")
'com.github.baniuk:ImageJTestSuite:jar:1.0.2'
<dependency org="com.github.baniuk" name="ImageJTestSuite" rev="1.0.2">
  <artifact name="ImageJTestSuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.baniuk', module='ImageJTestSuite', version='1.0.2')
)
libraryDependencies += "com.github.baniuk" % "ImageJTestSuite" % "1.0.2"
[com.github.baniuk/ImageJTestSuite "1.0.2"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scijava : vecmath jar 1.6.0-scijava-2
org.slf4j : slf4j-api jar 1.7.25
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
net.imagej : ij jar 1.51n
org.apache.commons : commons-lang3 jar 3.1
com.google.code.gson : gson jar 2.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0