MVN

com.ongres : build-tools

Maven & Gradle

Feb 06, 2022

ongres: build-tools · Build tools pom for any project

<dependency>
    <groupId>com.ongres</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ongres : build-tools to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.ongres : build-tools to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
build-tools-1.0.6
build-tools-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ongres</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.0.6</version>
</dependency>

Advertisement