Jar examples for c:client-lib
An IRC client library for Java. KICL uses an event bus model to handle communication with an IRC server.
You can download jar file client-lib 3.0.0 in this page.
Apache License, Version 2.0
You can use the following script to add client-lib-3.0.0.jar to your project.
<dependency> <groupId>org.kitteh.irc</groupId> <artifactId>client-lib</artifactId> <version>3.0.0</version> </dependency>
compile group: 'org.kitteh.irc', name: 'client-lib', version: '3.0.0'
libraryDependencies += "org.kitteh.irc" % "client-lib" % "3.0.0"
<dependency org="org.kitteh.irc" name="client-lib" rev="3.0.0"/>
@Grapes(@Grab(group='org.kitteh.irc', module='client-lib', version='3.0.0'))
'org.kitteh.irc:client-lib:jar:3.0.0'
Click the following link to download the jar file.
client-lib-3.0.0-javadoc.jar