MVN

org.minbox.framework : minbox-build

Maven & Gradle

Nov 23, 2020
2 stars

MinBox Build · Modules to centralize common resources and configuration for "minbox components" Maven builds.

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>minbox-build</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.minbox.framework : minbox-build to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of org.minbox.framework : minbox-build to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
minbox-build-1.0.4
minbox-build-1.0.3.RELEASE
minbox-build-1.0.2.RELEASE
minbox-build-1.0.1.RELEASE
minbox-build-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>minbox-build</artifactId>
    <version>1.0.4</version>
</dependency>