License |
License |
---|---|
GroupId | GroupIdcom.github.theholywaffle |
ArtifactId | ArtifactIdlolchatapi |
Last Version | Last Version1.2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeague of Legends XMPP Chat Library
A Java 7 XMPP API to chat and interact with the League of Legends ChatServers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
lolchatapi-1.2.9.pom | |
lolchatapi-1.2.9.jar | 59 KB |
lolchatapi-1.2.9-with-dependencies.jar | 1 MB |
lolchatapi-1.2.9-sources.jar | 40 KB |
lolchatapi-1.2.9-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/ -->
<dependency>
<groupId>com.github.theholywaffle</groupId>
<artifactId>lolchatapi</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/
implementation 'com.github.theholywaffle:lolchatapi:1.2.9'
// https://jarcasting.com/artifacts/com.github.theholywaffle/lolchatapi/
implementation ("com.github.theholywaffle:lolchatapi:1.2.9")
'com.github.theholywaffle:lolchatapi:jar:1.2.9'
<dependency org="com.github.theholywaffle" name="lolchatapi" rev="1.2.9">
<artifact name="lolchatapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.theholywaffle', module='lolchatapi', version='1.2.9')
)
libraryDependencies += "com.github.theholywaffle" % "lolchatapi" % "1.2.9"
[com.github.theholywaffle/lolchatapi "1.2.9"]
Group / Artifact | Type | Version |
---|---|---|
org.igniterealtime.smack : smack-core | jar | 4.0.5 |
org.igniterealtime.smack : smack-extensions | jar | 4.0.5 |
org.igniterealtime.smack : smack-tcp | jar | 4.0.5 |
org.jdom : jdom2 | jar | 2.0.5 |
xmlunit : xmlunit | jar | 1.5 |
com.google.code.gson : gson | jar | 2.3 |