Files download
File Operation
chat-utils-2.0.0.jar download
chat-utils-2.0.0.pom download
chat-utils-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ebicep</groupId>
  <artifactId>chat-utils</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ebicep:chat-utils:2.0.0'
Gradle Kotlin
implementation("io.github.ebicep:chat-utils:2.0.0")
Scala SBT
libraryDependencies += "io.github.ebicep" % "chat-utils" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ebicep', module='chat-utils', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.ebicep" name="chat-utils" rev="2.0.0" />
Leiningen
[io.github.ebicep/chat-utils "2.0.0"]
Apache Buildr
'io.github.ebicep:chat-utils:jar:2.0.0'