brewtab-irc
brewtab-irc is a Java IRC client built on top of the Netty framework. brewtab-ircbot is a simple IRC bot built on top of this library.
Let me know if you find it useful, run into any issues, or have requests for new features.
License |
License |
---|---|
GroupId | GroupIdcom.brewtab |
ArtifactId | ArtifactIdbrewtab-irc |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBrewtab IRC Client
Java IRC client
|
Filename | Size |
---|---|
brewtab-irc-0.9.0.pom | |
brewtab-irc-0.9.0.jar | 57 KB |
brewtab-irc-0.9.0-sources.jar | 41 KB |
brewtab-irc-0.9.0-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brewtab/brewtab-irc/ -->
<dependency>
<groupId>com.brewtab</groupId>
<artifactId>brewtab-irc</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brewtab/brewtab-irc/
implementation 'com.brewtab:brewtab-irc:0.9.0'
// https://jarcasting.com/artifacts/com.brewtab/brewtab-irc/
implementation ("com.brewtab:brewtab-irc:0.9.0")
'com.brewtab:brewtab-irc:jar:0.9.0'
<dependency org="com.brewtab" name="brewtab-irc" rev="0.9.0">
<artifact name="brewtab-irc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brewtab', module='brewtab-irc', version='0.9.0')
)
libraryDependencies += "com.brewtab" % "brewtab-irc" % "0.9.0"
[com.brewtab/brewtab-irc "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.netty : netty | jar | 3.2.7.Final |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.5 |
brewtab-irc is a Java IRC client built on top of the Netty framework. brewtab-ircbot is a simple IRC bot built on top of this library.
Let me know if you find it useful, run into any issues, or have requests for new features.