Minimal support for Maven projects

A minimal build system interpreting Maven-style pom.xml files

Лицензия

Лицензия

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

Категории

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

Группа

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

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

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

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Minimal support for Maven projects
A minimal build system interpreting Maven-style pom.xml files
Организация-разработчик

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

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

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

https://github.com/imagej/minimaven

Скачать minimaven

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scijava : scijava-common jar 2.11.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

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

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

MiniMaven

MiniMaven is a minimal build system interpreting Maven-style pom.xml files. It is intended as a drop-in replacement for Maven to build Fiji, ImageJ2 and very simple Java projects.

Originally maintained as part of Fiji as a successor to the Fiji Build System, it migrated to ImageJ2 and subsequently to the SciJava family of projects. Its primary purpose is now to support the SciJava scripting framework ("Java as a scripting language").

net.imagej

ImageJ

Open source scientific multidimensional image processing

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

Версия
1.0.2
1.0.1
1.0.0