# netty-in-action **Repository Path**: lishanJava/netty-in-action ## Basic Information - **Project Name**: netty-in-action - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This Repository contains the source-code for all chapters of the book [Netty in Action](http://manning.com/maurer) by Norman Maurer and Marvin Allen Wolfthal. Latest version: https://github.com/normanmaurer/netty-in-action/tree/2.0-SNAPSHOT Enjoy! Feedback and PR's welcome! Prerequisites JDK 1.7.0u71 or better Maven 3.2.3 or better If you want to build everything at once, from the top directory run mvn install If you want to build only single projects then from the top directory first run mvn install -pl utils This will make the utils jar available to all the projects.