MVN

io.opengood.commons : kotlin-commons

Maven & Gradle

Jun 14, 2023
1 usages
0 stars

kotlin-commons · Commons library containing reusable functions, extensions, and objects for Kotlin

<dependency>
    <groupId>io.opengood.commons</groupId>
    <artifactId>kotlin-commons</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

Version Vulnerabilities Updated
2.2.x
kotlin-commons-2.2.0
2.1.x
kotlin-commons-2.1.0
2.0.x
kotlin-commons-2.0.0
1.15.x
kotlin-commons-1.15.0
1.14.x
kotlin-commons-1.14.0
1.13.x
kotlin-commons-1.13.0
1.12.x
kotlin-commons-1.12.0
1.11.x
kotlin-commons-1.11.0
1.10.x
kotlin-commons-1.10.0
1.9.x
kotlin-commons-1.9.0
1.8.x
kotlin-commons-1.8.0
1.7.x
kotlin-commons-1.7.0
1.6.x
kotlin-commons-1.6.0
1.5.x
kotlin-commons-1.5.0
1.4.x
kotlin-commons-1.4.0
1.3.x
kotlin-commons-1.3.0
1.2.x
kotlin-commons-1.2.1
kotlin-commons-1.2.0
1.1.x
kotlin-commons-1.1.0
1.0.x
kotlin-commons-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.opengood.commons</groupId>
    <artifactId>kotlin-commons</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opengood.commons : kotlin-commons gradle dependency to your build.gradle file:

implementation 'io.opengood.commons:kotlin-commons:2.2.0'

Gradle Kotlin DSL: Add the following io.opengood.commons : kotlin-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opengood.commons:kotlin-commons:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opengood.commons : kotlin-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opengood.commons" % "kotlin-commons" % "2.2.0"

Advertisement