MVN

com.github.shyiko.dotenv : pom

Maven & Gradle

Jul 15, 2017
45 stars

pom · A twelve-factor configuration library for Java 8+

<dependency>
    <groupId>com.github.shyiko.dotenv</groupId>
    <artifactId>pom</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shyiko.dotenv : pom to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.shyiko.dotenv : pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
pom-0.1.1
pom-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.shyiko.dotenv</groupId>
    <artifactId>pom</artifactId>
    <version>0.1.1</version>
</dependency>