| License |
License |
|---|---|
| Categories |
Categoriesdotenv Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.shyiko.dotenv |
| ArtifactId | ArtifactIdpom |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionpom
A twelve-factor configuration library for Java 8+
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pom-0.1.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.dotenv/pom/
implementation 'com.github.shyiko.dotenv:pom:0.1.1'
// https://jarcasting.com/artifacts/com.github.shyiko.dotenv/pom/
implementation ("com.github.shyiko.dotenv:pom:0.1.1")
'com.github.shyiko.dotenv:pom:pom:0.1.1'
<dependency org="com.github.shyiko.dotenv" name="pom" rev="0.1.1">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.dotenv', module='pom', version='0.1.1')
)
libraryDependencies += "com.github.shyiko.dotenv" % "pom" % "0.1.1"
[com.github.shyiko.dotenv/pom "0.1.1"]