MVN

com.github.ocraft : ocraft-s2client-bot

Maven & Gradle

Jul 01, 2023
3 usages
50 stars
<dependency>
    <groupId>com.github.ocraft</groupId>
    <artifactId>ocraft-s2client-bot</artifactId>
    <version>0.4.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ocraft : ocraft-s2client-bot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.15

All Versions

Choose a version of com.github.ocraft : ocraft-s2client-bot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
ocraft-s2client-bot-0.4.15
ocraft-s2client-bot-0.4.14
ocraft-s2client-bot-0.4.13
ocraft-s2client-bot-0.4.11
ocraft-s2client-bot-0.4.10
ocraft-s2client-bot-0.4.9
ocraft-s2client-bot-0.4.8
ocraft-s2client-bot-0.4.7
ocraft-s2client-bot-0.4.6
ocraft-s2client-bot-0.4.5
ocraft-s2client-bot-0.4.4
ocraft-s2client-bot-0.4.3
ocraft-s2client-bot-0.4.2
ocraft-s2client-bot-0.4.1
ocraft-s2client-bot-0.4.0
0.3.x
ocraft-s2client-bot-0.3.18
ocraft-s2client-bot-0.3.17
ocraft-s2client-bot-0.3.16
ocraft-s2client-bot-0.3.15
ocraft-s2client-bot-0.3.14
ocraft-s2client-bot-0.3.13
ocraft-s2client-bot-0.3.12
ocraft-s2client-bot-0.3.11
ocraft-s2client-bot-0.3.10
ocraft-s2client-bot-0.3.9
ocraft-s2client-bot-0.3.8
ocraft-s2client-bot-0.3.7
ocraft-s2client-bot-0.3.6
ocraft-s2client-bot-0.3.5
ocraft-s2client-bot-0.3.4
ocraft-s2client-bot-0.3.3
ocraft-s2client-bot-0.3.2
ocraft-s2client-bot-0.3.1
0.2.x
ocraft-s2client-bot-0.2.10
ocraft-s2client-bot-0.2.9
ocraft-s2client-bot-0.2.8
ocraft-s2client-bot-0.2.7
ocraft-s2client-bot-0.2.6
ocraft-s2client-bot-0.2.5
ocraft-s2client-bot-0.2.4
ocraft-s2client-bot-0.2.3
ocraft-s2client-bot-0.2.2
ocraft-s2client-bot-0.2.1
ocraft-s2client-bot-0.2.0

How to add a dependency to Maven

Add the following com.github.ocraft : ocraft-s2client-bot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ocraft</groupId>
    <artifactId>ocraft-s2client-bot</artifactId>
    <version>0.4.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ocraft : ocraft-s2client-bot gradle dependency to your build.gradle file:

implementation 'com.github.ocraft:ocraft-s2client-bot:0.4.15'

Gradle Kotlin DSL: Add the following com.github.ocraft : ocraft-s2client-bot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ocraft:ocraft-s2client-bot:0.4.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ocraft : ocraft-s2client-bot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ocraft" % "ocraft-s2client-bot" % "0.4.15"

Advertisement