is not current version
Last Version 6.3.1

io.github.cdimascio:dotenv-kotlin 6.3.0

Environment based config for the JVM

Categories

Categories

Kotlin Languages dotenv Application Layer Libs Configuration
GroupId

GroupId

io.github.cdimascio
ArtifactId

ArtifactId

dotenv-kotlin
Version

Version

6.3.0
Type

Type

jar

Download dotenv-kotlin 6.3.0


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