MVN

cc.renken : pipeio

Maven & Gradle

Feb 24, 2019

A netty.io like library that allows to easily setup network protocols.

<dependency>
    <groupId>cc.renken</groupId>
    <artifactId>pipeio</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.renken : pipeio to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of cc.renken : pipeio to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
pipeio-2.0.0
1.1.x
pipeio-1.1.0
1.0.x
pipeio-1.0.1
pipeio-1.0.0
0.8.x
pipeio-0.8.0
0.6.x
pipeio-0.6.0
0.5.x
pipeio-0.5.0
0.3.x
pipeio-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cc.renken</groupId>
    <artifactId>pipeio</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement