MVN

org.bitbucket.akornilov.kotlin : kotlin-utils

Maven & Gradle

Nov 25, 2018

kotlin-utils · Helpful extra utils for the kotlin-std library.

<dependency>
    <groupId>org.bitbucket.akornilov.kotlin</groupId>
    <artifactId>kotlin-utils</artifactId>
    <version>0.77</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.akornilov.kotlin : kotlin-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.77

All Versions

Choose a version of org.bitbucket.akornilov.kotlin : kotlin-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.77
kotlin-utils-0.77
0.75
kotlin-utils-0.75
0.73
kotlin-utils-0.73
0.71
kotlin-utils-0.71
0.7
kotlin-utils-0.7
0.5
kotlin-utils-0.5
0.3
kotlin-utils-0.3
0.1
kotlin-utils-0.1

How to add a dependency to Maven

Add the following org.bitbucket.akornilov.kotlin : kotlin-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.akornilov.kotlin</groupId>
    <artifactId>kotlin-utils</artifactId>
    <version>0.77</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.akornilov.kotlin : kotlin-utils gradle dependency to your build.gradle file:

implementation 'org.bitbucket.akornilov.kotlin:kotlin-utils:0.77'

Gradle Kotlin DSL: Add the following org.bitbucket.akornilov.kotlin : kotlin-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.akornilov.kotlin:kotlin-utils:0.77")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.akornilov.kotlin : kotlin-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.akornilov.kotlin" % "kotlin-utils" % "0.77"