License |
License |
---|---|
GroupId | GroupIdcom.brewtab |
ArtifactId | ArtifactIdbrewtab-irc |
Version | Version0.9.0 |
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 |