dotenv-kotlin

Environment based config for the JVM

License

License

Categories

Categories

Kotlin Languages dotenv Application Layer Libs Configuration
GroupId

GroupId

io.github.cdimascio
ArtifactId

ArtifactId

dotenv-kotlin
Last Version

Last Version

6.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

dotenv-kotlin
Environment based config for the JVM
Project URL

Project URL

https://github.com/cdimascio/dotenv-kotlin
Project Organization

Project Organization

Carmine DiMascio OSS
Source Code Management

Source Code Management

https://github.com/cdimascio/dotenv-kotlin

Download dotenv-kotlin

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.6.0
io.github.cdimascio : dotenv-java jar 2.2.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
6.3.1
6.3.0
6.2.2
6.2.1
6.1.1
6.1.0
6.0.0