| License |
License |
|---|---|
| Categories |
Categoriesdotenv Application Layer Libs Configuration |
| GroupId | GroupIdpw.mihou |
| ArtifactId | ArtifactIdDotenv |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDotenv
A simple, dependency-free dotenv serializator and deserializator for Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Dotenv-1.0.1.pom | |
| Dotenv-1.0.1.jar | 10 KB |
| Dotenv-1.0.1-sources.jar | 6 KB |
| Dotenv-1.0.1-javadoc.jar | 433 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pw.mihou/Dotenv/ -->
<dependency>
<groupId>pw.mihou</groupId>
<artifactId>Dotenv</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Dotenv/
implementation 'pw.mihou:Dotenv:1.0.1'
// https://jarcasting.com/artifacts/pw.mihou/Dotenv/
implementation ("pw.mihou:Dotenv:1.0.1")
'pw.mihou:Dotenv:jar:1.0.1'
<dependency org="pw.mihou" name="Dotenv" rev="1.0.1">
<artifact name="Dotenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Dotenv', version='1.0.1')
)
libraryDependencies += "pw.mihou" % "Dotenv" % "1.0.1"
[pw.mihou/Dotenv "1.0.1"]