is not current version
Last Version 6.3.1

io.github.cdimascio:dotenv-kotlin 6.1.1

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.1.1
Type

Type

jar

Download dotenv-kotlin 6.1.1


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