| Лицензия |
Лицензия
MIT
|
|---|---|
| Категории |
КатегорииImageJ Прикладные библиотеки Computer Vision |
| Группа | Группаcom.github.baniuk |
| Идентификатор | ИдентификаторImageJTestSuite |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеImageJTestSuite
Collection of tools supporting unit testing of image processing software in ImageJ framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ImageJTestSuite-1.0.2.pom | |
| ImageJTestSuite-1.0.2.jar | 21 KB |
| ImageJTestSuite-1.0.2-sources.jar | 19 KB |
| ImageJTestSuite-1.0.2-javadoc.jar | 120 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |