is not current version
Last Version 0.1.1

com.github.shyiko.dotenv:pom 0.1.0

A twelve-factor configuration library for Java 8+

Categories

Categories

dotenv Application Layer Libs Configuration
GroupId

GroupId

com.github.shyiko.dotenv
ArtifactId

ArtifactId

pom
Version

Version

0.1.0
Type

Type

pom

Download pom 0.1.0

Filename Size
pom-0.1.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.shyiko.dotenv/pom/ -->
<dependency>
    <groupId>com.github.shyiko.dotenv</groupId>
    <artifactId>pom</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.dotenv/pom/
implementation 'com.github.shyiko.dotenv:pom:0.1.0'
// https://jarcasting.com/artifacts/com.github.shyiko.dotenv/pom/
implementation ("com.github.shyiko.dotenv:pom:0.1.0")
'com.github.shyiko.dotenv:pom:pom:0.1.0'
<dependency org="com.github.shyiko.dotenv" name="pom" rev="0.1.0">
  <artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.dotenv', module='pom', version='0.1.0')
)
libraryDependencies += "com.github.shyiko.dotenv" % "pom" % "0.1.0"
[com.github.shyiko.dotenv/pom "0.1.0"]