MVN

guru.nidi : build-tools-parent

Maven & Gradle

Nov 13, 2018
1 stars

Several small utilities to help the build process.

<dependency>
    <groupId>guru.nidi</groupId>
    <artifactId>build-tools-parent</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.nidi : build-tools-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of guru.nidi : build-tools-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
build-tools-parent-1.1.1
build-tools-parent-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>guru.nidi</groupId>
    <artifactId>build-tools-parent</artifactId>
    <version>1.1.1</version>
</dependency>

Advertisement