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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.brewtab |
| Идентификатор | Идентификаторbrewtab-ircbot |
| Последняя версия | Последняя версия0.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBrewtab IRC Bot
Java IRC bot
|
| Имя Файла | Размер |
|---|---|
| brewtab-ircbot-0.9.0.pom | |
| brewtab-ircbot-0.9.0.jar | 80 KB |
| brewtab-ircbot-0.9.0-sources.jar | 54 KB |
| brewtab-ircbot-0.9.0-javadoc.jar | 167 KB |
| brewtab-ircbot-0.9.0-dist.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.brewtab/brewtab-ircbot/ -->
<dependency>
<groupId>com.brewtab</groupId>
<artifactId>brewtab-ircbot</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brewtab/brewtab-ircbot/
implementation 'com.brewtab:brewtab-ircbot:0.9.0'
// https://jarcasting.com/artifacts/com.brewtab/brewtab-ircbot/
implementation ("com.brewtab:brewtab-ircbot:0.9.0")
'com.brewtab:brewtab-ircbot:jar:0.9.0'
<dependency org="com.brewtab" name="brewtab-ircbot" rev="0.9.0">
<artifact name="brewtab-ircbot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brewtab', module='brewtab-ircbot', version='0.9.0')
)
libraryDependencies += "com.brewtab" % "brewtab-ircbot" % "0.9.0"
[com.brewtab/brewtab-ircbot "0.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.brewtab : brewtab-irc | jar | 0.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
| log4j : log4j | jar | 1.2.17 |
| com.google.guava : guava | jar | 13.0.1 |
| org.htmlparser : htmlparser | jar | 2.1 |
| postgresql : postgresql | jar | 9.1-901-1.jdbc4 |
| commons-cli : commons-cli | jar | 1.2 |
| org.apache.commons : commons-lang3 | jar | 3.0 |
| com.github.spullara.cli-parser : cli-parser | jar | 1.1 |
| joda-time : joda-time | jar | 2.1 |
| org.jsoup : jsoup | jar | 1.6.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
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.