MVN

com.walmartlabs : walmartlabs-pom

Maven & Gradle

Apr 12, 2018
0 stars

WalmartLas · WalmartLabs: Maven Parent POM to enable standardization among our Maven-powered open source projects.

<dependency>
    <groupId>com.walmartlabs</groupId>
    <artifactId>walmartlabs-pom</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.walmartlabs : walmartlabs-pom to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of com.walmartlabs : walmartlabs-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1
walmartlabs-pom-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.walmartlabs</groupId>
    <artifactId>walmartlabs-pom</artifactId>
    <version>1</version>
</dependency>

Advertisement