License |
License |
---|---|
Categories |
CategoriesKotlin Languages dotenv Application Layer Libs Configuration |
GroupId | GroupIdio.github.cdimascio |
ArtifactId | ArtifactIddotenv-kotlin |
Last Version | Last Version6.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondotenv-kotlin
Environment based config for the JVM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dotenv-kotlin-6.3.1.pom | |
dotenv-kotlin-6.3.1.jar | 7 KB |
dotenv-kotlin-6.3.1-sources.jar | 4 KB |
dotenv-kotlin-6.3.1-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-kotlin/ -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-kotlin</artifactId>
<version>6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-kotlin/
implementation 'io.github.cdimascio:dotenv-kotlin:6.3.1'
// https://jarcasting.com/artifacts/io.github.cdimascio/dotenv-kotlin/
implementation ("io.github.cdimascio:dotenv-kotlin:6.3.1")
'io.github.cdimascio:dotenv-kotlin:jar:6.3.1'
<dependency org="io.github.cdimascio" name="dotenv-kotlin" rev="6.3.1">
<artifact name="dotenv-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdimascio', module='dotenv-kotlin', version='6.3.1')
)
libraryDependencies += "io.github.cdimascio" % "dotenv-kotlin" % "6.3.1"
[io.github.cdimascio/dotenv-kotlin "6.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.0 |
io.github.cdimascio : dotenv-java | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.0 |