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-parent |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBrewtab IRC Library
Java IRC client library and bot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
brewtab-irc-parent-0.9.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brewtab/brewtab-irc-parent/ -->
<dependency>
<groupId>com.brewtab</groupId>
<artifactId>brewtab-irc-parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brewtab/brewtab-irc-parent/
implementation 'com.brewtab:brewtab-irc-parent:0.9.0'
// https://jarcasting.com/artifacts/com.brewtab/brewtab-irc-parent/
implementation ("com.brewtab:brewtab-irc-parent:0.9.0")
'com.brewtab:brewtab-irc-parent:pom:0.9.0'
<dependency org="com.brewtab" name="brewtab-irc-parent" rev="0.9.0">
<artifact name="brewtab-irc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brewtab', module='brewtab-irc-parent', version='0.9.0')
)
libraryDependencies += "com.brewtab" % "brewtab-irc-parent" % "0.9.0"
[com.brewtab/brewtab-irc-parent "0.9.0"]
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.