MVN

com.kotlindiscord.kord.extensions : java-time

Maven & Gradle

Mar 25, 2023
112 stars

KordEx: Java Time · KordEx module that provides converters that support Java Time

<dependency>
    <groupId>com.kotlindiscord.kord.extensions</groupId>
    <artifactId>java-time</artifactId>
    <version>1.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlindiscord.kord.extensions : java-time to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.6

All Versions

Choose a version of com.kotlindiscord.kord.extensions : java-time to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
java-time-1.5.6

How to add a dependency to Maven

Add the following com.kotlindiscord.kord.extensions : java-time maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kotlindiscord.kord.extensions</groupId>
    <artifactId>java-time</artifactId>
    <version>1.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlindiscord.kord.extensions : java-time gradle dependency to your build.gradle file:

implementation 'com.kotlindiscord.kord.extensions:java-time:1.5.6'

Gradle Kotlin DSL: Add the following com.kotlindiscord.kord.extensions : java-time gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlindiscord.kord.extensions:java-time:1.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlindiscord.kord.extensions : java-time sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlindiscord.kord.extensions" % "java-time" % "1.5.6"