This repository contains the code of a library called Bena, it is a Netty based library for building distributed peer-to-peer applications.
After running the command clean validate compile package install
, import the dependency as:
<dependency>
<groupId>org.bena</groupId>
<artifactId>bena</artifactId>
<version>1.0.0</version>
</dependency>