IRC client library.
A Java implementation of the IRC protocol.
Here is the list of declaration for irclib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.schwering</groupId> <artifactId>irclib</artifactId> <version>1.10</version> </dependency>
If you think this Maven repository POM file listing for irclib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txtName:Eclipse Public License, Version 1.0
URL: http://www.eclipse.org/legal/epl-v10.htmlName:GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
URL: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt.
The following packages are defined in the irclib-1.10.jar
org.schwering.irc.lib org.schwering.irc.lib.ssl
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.schwering</groupId> <artifactId>irclib</artifactId> <version>1.10</version> <name>IRC client library</name> <url>http://moepii.sourceforge.net/</url> <description>A Java implementation of the IRC protocol</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> <license> <name>Eclipse Public License, Version 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://moepii.svn.sourceforge.net/viewvc/moepii/trunk/</url> </scm> </project>