MVN

com.github.theholywaffle : lolchatapi

Maven & Gradle

Nov 29, 2014
60 stars

League of Legends XMPP Chat Library · A Java 7 XMPP API to chat and interact with the League of Legends ChatServers.

<dependency>
    <groupId>com.github.theholywaffle</groupId>
    <artifactId>lolchatapi</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.theholywaffle : lolchatapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of com.github.theholywaffle : lolchatapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
lolchatapi-1.2.9
lolchatapi-1.2.8
lolchatapi-1.2.7
lolchatapi-1.2.6
lolchatapi-1.2.5
lolchatapi-1.2.4

How to add a dependency to Maven

Add the following com.github.theholywaffle : lolchatapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.theholywaffle</groupId>
    <artifactId>lolchatapi</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.theholywaffle : lolchatapi gradle dependency to your build.gradle file:

implementation 'com.github.theholywaffle:lolchatapi:1.2.9'

Gradle Kotlin DSL: Add the following com.github.theholywaffle : lolchatapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.theholywaffle:lolchatapi:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.theholywaffle : lolchatapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.theholywaffle" % "lolchatapi" % "1.2.9"