Minimal support for Maven projects

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

License

License

Simplified BSD License
Categories

Categories

Maven Build Tools Net ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

net.imagej
ArtifactId

ArtifactId

minimaven
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Minimal support for Maven projects
A minimal build system interpreting Maven-style pom.xml files
Project Organization

Project Organization

SciJava
Source Code Management

Source Code Management

https://github.com/imagej/minimaven

Download minimaven

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scijava : scijava-common jar 2.11.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.2
1.0.1
1.0.0