MVN

org.pircbotx : pircbotx

Maven & Gradle

Jan 24, 2016
6 usages
202 stars

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.

<dependency>
    <groupId>org.pircbotx</groupId>
    <artifactId>pircbotx</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pircbotx : pircbotx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1
  • Latest Beta: 1.3-Beta-2

All Versions

Choose a version of org.pircbotx : pircbotx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
pircbotx-2.1
2.0.x
pircbotx-2.0.1
2.0
pircbotx-2.0
1.9
pircbotx-1.9
1.8
pircbotx-1.8
1.7
pircbotx-1.7
1.6
pircbotx-1.6
1.5
pircbotx-1.5
1.4
pircbotx-1.4
1.3
pircbotx-1.3-Beta-2

How to add a dependency to Maven

Add the following org.pircbotx : pircbotx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pircbotx</groupId>
    <artifactId>pircbotx</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pircbotx : pircbotx gradle dependency to your build.gradle file:

implementation 'org.pircbotx:pircbotx:2.1'

Gradle Kotlin DSL: Add the following org.pircbotx : pircbotx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pircbotx:pircbotx:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pircbotx : pircbotx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pircbotx" % "pircbotx" % "2.1"

Advertisement