File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,14 @@ public class Example {
3939```
4040
4141### Maven
42- Repository URL: ` http://repo.kitteh.org/content/groups/public/ `
4342``` xml
4443<groupId >org.kitteh.irc</groupId >
4544<artifactId >client-lib</artifactId >
46- <version >0.4 .0</version >
45+ <version >1.0 .0</version >
4746```
4847
48+ Releases are available on Maven Central.
49+
50+ Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots
51+
4952![ KICL HAS A BAD LOGO] ( http://i.imgur.com/KCUNexy.png )
Original file line number Diff line number Diff line change @@ -51,17 +51,7 @@ builder.listenException(Throwable::printStackTrace);
5151
5252## Using KICL in your maven project
5353
54- KICL is built and deployed using maven, adding it as a dependency is simple as
55- including the Kitteh repo with
56-
57- ``` xml
58- <repository >
59- <id >kitteh-repo</id >
60- <url >http://repo.kitteh.org/content/groups/public/</url >
61- </repository >
62- ```
63-
64- and adding the dependency with
54+ KICL is built and deployed using Maven. Adding it as a dependency is simple as
6555
6656``` xml
6757<dependency >
@@ -72,8 +62,6 @@ and adding the dependency with
7262</dependency >
7363```
7464
75- It is planned to submit KICL to Maven Central for 1.0.0 release.
76-
7765## Events
7866
7967KICL uses a simple event system driven by ``` @Handler ``` annotations.
Original file line number Diff line number Diff line change 44
55 <groupId >org.kitteh.irc</groupId >
66 <artifactId >client-lib</artifactId >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments