MVN

org.buffalo-coders.aws : parent

Maven & Gradle

Jan 19, 2019
0 stars

Apache Maven parent for our AWS projects.

<dependency>
    <groupId>org.buffalo-coders.aws</groupId>
    <artifactId>parent</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.buffalo-coders.aws : parent to add to Maven - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of org.buffalo-coders.aws : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2
parent-2
1
parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.buffalo-coders.aws</groupId>
    <artifactId>parent</artifactId>
    <version>2</version>
</dependency>

Advertisement