MVN

io.github.monun : kommand-core

Maven & Gradle

Jul 22, 2023
93 stars

kommand-core · Kotlin DSL for PaperMC commands

<dependency>
    <groupId>io.github.monun</groupId>
    <artifactId>kommand-core</artifactId>
    <version>3.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.monun : kommand-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.7

All Versions

Choose a version of io.github.monun : kommand-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
kommand-core-3.1.7
kommand-core-3.1.6
kommand-core-3.1.5
kommand-core-3.1.3
kommand-core-3.1.2
kommand-core-3.1.1
kommand-core-3.1.0
3.0.x
kommand-core-3.0.0
2.14.x
kommand-core-2.14.0
2.13.x
kommand-core-2.13.0
2.12.x
kommand-core-2.12.0
2.11.x
kommand-core-2.11.0
2.10.x
kommand-core-2.10.0

How to add a dependency to Maven

Add the following io.github.monun : kommand-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.monun</groupId>
    <artifactId>kommand-core</artifactId>
    <version>3.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.monun : kommand-core gradle dependency to your build.gradle file:

implementation 'io.github.monun:kommand-core:3.1.7'

Gradle Kotlin DSL: Add the following io.github.monun : kommand-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.monun:kommand-core:3.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.monun : kommand-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.monun" % "kommand-core" % "3.1.7"

Advertisement