MVN

me.jakejmattson : KUtils

Maven & Gradle

Jul 31, 2020
77 stars

KUtils · A Discord bot framework for Kotlin.

<dependency>
    <groupId>me.jakejmattson</groupId>
    <artifactId>KUtils</artifactId>
    <version>0.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jakejmattson : KUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.18.1

All Versions

Choose a version of me.jakejmattson : KUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
KUtils-0.18.1
KUtils-0.18.0
0.17.x
KUtils-0.17.1
KUtils-0.17.0

How to add a dependency to Maven

Add the following me.jakejmattson : KUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.jakejmattson</groupId>
    <artifactId>KUtils</artifactId>
    <version>0.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.jakejmattson : KUtils gradle dependency to your build.gradle file:

implementation 'me.jakejmattson:KUtils:0.18.1'

Gradle Kotlin DSL: Add the following me.jakejmattson : KUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("me.jakejmattson:KUtils:0.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.jakejmattson : KUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "me.jakejmattson" % "KUtils" % "0.18.1"

Advertisement