Skip to content

Instantly share code, notes, and snippets.

@trustin
Created June 21, 2012 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trustin/2965476 to your computer and use it in GitHub Desktop.
Save trustin/2965476 to your computer and use it in GitHub Desktop.
Adding Netty to your POM's dependency set
<dependencies>
...
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>X.Y.Z.Q</version>
<scope>compile</scope>
</dependency>
...
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment