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
GroupId

GroupId

org.scijava
ArtifactId

ArtifactId

minimaven
Last Version

Last Version

2.2.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 URL

Project URL

https://github.com/scijava/minimaven
Project Organization

Project Organization

SciJava
Source Code Management

Source Code Management

https://github.com/scijava/minimaven

Download minimaven

How to add to project

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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

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").

org.scijava

SciJava

Scientific libraries in Java

Versions

Version
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.3