ImageJ Maven plugin

A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.

Лицензия

Лицензия

Simplified BSD License
Категории

Категории

Maven Компиляция и сборка Сеть ImageJ Прикладные библиотеки Computer Vision
Группа

Группа

net.imagej
Идентификатор

Идентификатор

imagej-maven-plugin
Последняя версия

Последняя версия

0.7.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

ImageJ Maven plugin
A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
Организация-разработчик

Организация-разработчик

ImageJ
Система контроля версий

Система контроля версий

https://github.com/imagej/imagej-maven-plugin

Скачать imagej-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>net.imagej</groupId>
    <artifactId>imagej-maven-plugin</artifactId>
    <version>0.7.1</version>
</plugin>

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-artifact jar 3.0
org.apache.maven : maven-compat jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-model jar 3.0
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5
org.apache.maven.shared : maven-artifact-transfer jar 0.9.1
org.apache.maven.shared : maven-common-artifact-filters jar 3.0.1
org.codehaus.plexus : plexus-interpolation jar 1.24
org.codehaus.plexus : plexus-utils jar 3.1.0
org.scijava : scijava-common jar 2.66.0

Модули Проекта

Данный проект не имеет модулей.

This Maven plugin is deprecated since the copy-jars goal has been migrated to scijava-maven-plugin. We have made sure to keep backward compatibility with imagej.* properties, but recommend to replace them with scijava.* properties when switching to scijava-maven-plugin.

If your project has at least pom-scijava:24.0.0 as parent, scijava-maven-plugin has been made the default Maven plugin for handling installation of SciJava and ImageJ plugins.

net.imagej

ImageJ

Open source scientific multidimensional image processing

Версии библиотеки

Версия
0.7.1
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1