MVN

com.oneops : buildsupport

Maven & Gradle

Apr 09, 2017
0 stars

Common build configuration for OneOps projects.

<dependency>
    <groupId>com.oneops</groupId>
    <artifactId>buildsupport</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneops : buildsupport to add to Maven - Latest Versions:

  • Latest Stable: 3

All Versions

Choose a version of com.oneops : buildsupport to add to Maven - All Versions:

Version Vulnerabilities Updated
3
buildsupport-3
2
buildsupport-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.oneops</groupId>
    <artifactId>buildsupport</artifactId>
    <version>3</version>
</dependency>

Advertisement