| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.kitteh.irc |
| ArtifactId | ArtifactIdclient-lib |
| Last Version | Last Version8.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKitteh IRC Client Library
An IRC client library for Java. KICL uses an event bus model to handle communication with an IRC server.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| client-lib-8.0.0.pom | |
| client-lib-8.0.0.jar | 1 MB |
| client-lib-8.0.0-sources.jar | 270 KB |
| client-lib-8.0.0-javadoc.jar | 998 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kitteh.irc/client-lib/ -->
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kitteh.irc/client-lib/
implementation 'org.kitteh.irc:client-lib:8.0.0'
// https://jarcasting.com/artifacts/org.kitteh.irc/client-lib/
implementation ("org.kitteh.irc:client-lib:8.0.0")
'org.kitteh.irc:client-lib:jar:8.0.0'
<dependency org="org.kitteh.irc" name="client-lib" rev="8.0.0">
<artifact name="client-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kitteh.irc', module='client-lib', version='8.0.0')
)
libraryDependencies += "org.kitteh.irc" % "client-lib" % "8.0.0"
[org.kitteh.irc/client-lib "8.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.engio : mbassador | jar | 1.3.1 |
| io.netty : netty-codec | jar | 4.1.59.Final |
| io.netty : netty-handler | jar | 4.1.59.Final |
| io.netty : netty-handler-proxy | jar | 4.1.59.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.checkerframework : checker-qual | jar | 3.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.4.4 |