MVN

io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils

Maven & Gradle

Oct 25, 2020
3 usages
<dependency>
    <groupId>io.github.ForteScarlet.simple-robot-module</groupId>
    <artifactId>mod-cqcodeutils</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2
  • Latest Beta: 1.8.0-BETA.3

All Versions

Choose a version of io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
mod-cqcodeutils-1.8.2
mod-cqcodeutils-1.8.1
mod-cqcodeutils-1.8.0
mod-cqcodeutils-1.8.0-BETA.3
mod-cqcodeutils-1.8.0-BETA.2
mod-cqcodeutils-1.8.0-BETA.1
1.7.x
mod-cqcodeutils-1.7.0
1.6.x
mod-cqcodeutils-1.6.1
mod-cqcodeutils-1.6.0
1.5.x
mod-cqcodeutils-1.5.1-1.15
mod-cqcodeutils-1.5.0-1.15
1.4.x
mod-cqcodeutils-1.4.1-1.13
1.4
mod-cqcodeutils-1.4-1.13
1.3
mod-cqcodeutils-1.3-1.12
1.2.x
mod-cqcodeutils-1.2.1-1.12
1.2
mod-cqcodeutils-1.2-1.12
1.1
mod-cqcodeutils-1.1-1.11
1.0
mod-cqcodeutils-1.0-1.11

How to add a dependency to Maven

Add the following io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ForteScarlet.simple-robot-module</groupId>
    <artifactId>mod-cqcodeutils</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils gradle dependency to your build.gradle file:

implementation 'io.github.ForteScarlet.simple-robot-module:mod-cqcodeutils:1.8.2'

Gradle Kotlin DSL: Add the following io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ForteScarlet.simple-robot-module:mod-cqcodeutils:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ForteScarlet.simple-robot-module : mod-cqcodeutils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ForteScarlet.simple-robot-module" % "mod-cqcodeutils" % "1.8.2"