MVN

de.comhix.commons : kotlin

Maven & Gradle

Sep 07, 2021

ComHix kotlin utils · Kotlin extensions and stuff

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>kotlin</artifactId>
    <version>3.5.194</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.comhix.commons : kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.194

All Versions

Choose a version of de.comhix.commons : kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
kotlin-3.5.194
3.4.x
kotlin-3.4.193
kotlin-3.4.192
kotlin-3.4.191
kotlin-3.4.190
kotlin-3.4.189
3.3.x
kotlin-3.3.188

How to add a dependency to Maven

Add the following de.comhix.commons : kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.comhix.commons</groupId>
    <artifactId>kotlin</artifactId>
    <version>3.5.194</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.comhix.commons : kotlin gradle dependency to your build.gradle file:

implementation 'de.comhix.commons:kotlin:3.5.194'

Gradle Kotlin DSL: Add the following de.comhix.commons : kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.comhix.commons:kotlin:3.5.194")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.comhix.commons : kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.comhix.commons" % "kotlin" % "3.5.194"