MVN

io.github.cdimascio : dotenv-kotlin

Maven & Gradle

Jan 16, 2023
2 usages
457 stars

dotenv-kotlin · Environment based config for the JVM

<dependency>
    <groupId>io.github.cdimascio</groupId>
    <artifactId>dotenv-kotlin</artifactId>
    <version>6.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.cdimascio : dotenv-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.1

All Versions

Choose a version of io.github.cdimascio : dotenv-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
dotenv-kotlin-6.4.1
dotenv-kotlin-6.4.0
6.3.x
dotenv-kotlin-6.3.1
dotenv-kotlin-6.3.0
6.2.x
dotenv-kotlin-6.2.2
dotenv-kotlin-6.2.1
6.1.x
dotenv-kotlin-6.1.1
dotenv-kotlin-6.1.0
6.0.x
dotenv-kotlin-6.0.0

How to add a dependency to Maven

Add the following io.github.cdimascio : dotenv-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.cdimascio</groupId>
    <artifactId>dotenv-kotlin</artifactId>
    <version>6.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.cdimascio : dotenv-kotlin gradle dependency to your build.gradle file:

implementation 'io.github.cdimascio:dotenv-kotlin:6.4.1'

Gradle Kotlin DSL: Add the following io.github.cdimascio : dotenv-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.cdimascio : dotenv-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.cdimascio" % "dotenv-kotlin" % "6.4.1"

Advertisement