MVN

dev.qixils.crowdcontrol : crowd-control-sender

Maven & Gradle

Jul 26, 2023
3 stars

Crowd Control Sender · Library for sending effect requests to a receiving game server or clients

<dependency>
    <groupId>dev.qixils.crowdcontrol</groupId>
    <artifactId>crowd-control-sender</artifactId>
    <version>3.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.qixils.crowdcontrol : crowd-control-sender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.3

All Versions

Choose a version of dev.qixils.crowdcontrol : crowd-control-sender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
crowd-control-sender-3.7.3
crowd-control-sender-3.7.2
crowd-control-sender-3.7.1
crowd-control-sender-3.7.0
3.6.x
crowd-control-sender-3.6.2
crowd-control-sender-3.6.1
crowd-control-sender-3.6.0
3.5.x
crowd-control-sender-3.5.3
crowd-control-sender-3.5.2
crowd-control-sender-3.5.1
crowd-control-sender-3.5.0
3.4.x
crowd-control-sender-3.4.1
crowd-control-sender-3.4.0
3.3.x
crowd-control-sender-3.3.3
crowd-control-sender-3.3.2
crowd-control-sender-3.3.1
crowd-control-sender-3.3.0

How to add a dependency to Maven

Add the following dev.qixils.crowdcontrol : crowd-control-sender maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.qixils.crowdcontrol</groupId>
    <artifactId>crowd-control-sender</artifactId>
    <version>3.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.qixils.crowdcontrol : crowd-control-sender gradle dependency to your build.gradle file:

implementation 'dev.qixils.crowdcontrol:crowd-control-sender:3.7.3'

Gradle Kotlin DSL: Add the following dev.qixils.crowdcontrol : crowd-control-sender gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.qixils.crowdcontrol:crowd-control-sender:3.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.qixils.crowdcontrol : crowd-control-sender sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.qixils.crowdcontrol" % "crowd-control-sender" % "3.7.3"

Advertisement