is not current version
Last Version 1.0.1

pw.mihou:Dotenv 1.0

A simple, dependency-free dotenv serializator and deserializator for Java.

Categories

Categories

dotenv Application Layer Libs Configuration
GroupId

GroupId

pw.mihou
ArtifactId

ArtifactId

Dotenv
Version

Version

1.0
Type

Type

jar

Download Dotenv 1.0


<!-- https://jarcasting.com/artifacts/pw.mihou/Dotenv/ -->
<dependency>
    <groupId>pw.mihou</groupId>
    <artifactId>Dotenv</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Dotenv/
implementation 'pw.mihou:Dotenv:1.0'
// https://jarcasting.com/artifacts/pw.mihou/Dotenv/
implementation ("pw.mihou:Dotenv:1.0")
'pw.mihou:Dotenv:jar:1.0'
<dependency org="pw.mihou" name="Dotenv" rev="1.0">
  <artifact name="Dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Dotenv', version='1.0')
)
libraryDependencies += "pw.mihou" % "Dotenv" % "1.0"
[pw.mihou/Dotenv "1.0"]