p

pircbotx

PircBotX is a powerful and flexible Java IRC library forked from the popular PircBot framework, bringing many new up-to-date features and bug fixes in an official alternative distribution.
http://github.com/thelq/pircbotx
GPL v3
Leon Blakey
Leon Blakey
Files download
File Operation
pircbotx-2.1.jar download
pircbotx-2.1.pom download
pircbotx-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pircbotx</groupId>
  <artifactId>pircbotx</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'org.pircbotx:pircbotx:2.1'
Gradle Kotlin
implementation("org.pircbotx:pircbotx:2.1")
Scala SBT
libraryDependencies += "org.pircbotx" % "pircbotx" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.pircbotx', module='pircbotx', version='2.1')
)
Apache Ivy
<dependency org="org.pircbotx" name="pircbotx" rev="2.1" />
Leiningen
[org.pircbotx/pircbotx "2.1"]
Apache Buildr
'org.pircbotx:pircbotx:jar:2.1'