Download client-lib-3.0.0.jar file - Jar c

Jar examples for c:client-lib

Description

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.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

client-lib-3.0.0-javadoc.jar
client-lib-3.0.0-sources.jar
client-lib-3.0.0.jar
client-lib-3.0.0.pom



Related Tutorials