Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Notice about Maven Central availability
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbystrom committed Jun 30, 2011
1 parent e137a13 commit 59e0c4f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.markdown
Expand Up @@ -32,21 +32,13 @@ of transports including WebSockets. And the second one is [Sonar Voice](http://s

Getting started
----------
To get up and running try one of the following:
### A) Download the binary
Get the pre-compiled JAR and put it on your class path. Easy as pie!
### B) Compile it yourself
You can also compile it yourself using Maven. Get the source code and run:

mvn install

This will install the library in your local Maven repository.
Use the following dependency block to import:
netty-tools is available on Maven Central. Just include the dependency in your POM file and you'll
be up and running:

<dependency>
<groupId>se.cgbystrom.netty</groupId>
<groupId>com.cgbystrom</groupId>
<artifactId>netty-tools</artifactId>
<version>1.2.0</version>
<version>1.2.7</version>
</dependency>

## Examples
Expand Down

0 comments on commit 59e0c4f

Please sign in to comment.