MVN

io.typecraft : command-bukkit

Maven & Gradle

Jun 25, 2023
4 stars

io.typecraft:command-bukkit · Pure, functional command line parser.

<dependency>
    <groupId>io.typecraft</groupId>
    <artifactId>command-bukkit</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.typecraft : command-bukkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.typecraft : command-bukkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
command-bukkit-1.0.0
0.8.x
command-bukkit-0.8.0
0.7.x
command-bukkit-0.7.0
0.4.x
command-bukkit-0.4.0
0.2.x
command-bukkit-0.2.1
command-bukkit-0.2.0
0.1.x
command-bukkit-0.1.1
command-bukkit-0.1.0

How to add a dependency to Maven

Add the following io.typecraft : command-bukkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.typecraft</groupId>
    <artifactId>command-bukkit</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.typecraft : command-bukkit gradle dependency to your build.gradle file:

implementation 'io.typecraft:command-bukkit:1.0.0'

Gradle Kotlin DSL: Add the following io.typecraft : command-bukkit gradle kotlin dependency to your build.gradle.kts file:

implementation("io.typecraft:command-bukkit:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.typecraft : command-bukkit sbt scala dependency to your build.sbt file:

libraryDependencies += "io.typecraft" % "command-bukkit" % "1.0.0"

Advertisement