p

pipeio

A netty.io like library that allows to easily setup network protocols.
https://gitlab.com/funsheep/pipeio
Mozilla Public License Version 2.0
Hendrik Renken
Files download
File Operation
pipeio-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>cc.renken</groupId>
  <artifactId>pipeio</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cc.renken:pipeio:2.0.0'
Gradle Kotlin
implementation("cc.renken:pipeio:2.0.0")
Scala SBT
libraryDependencies += "cc.renken" % "pipeio" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.renken', module='pipeio', version='2.0.0')
)
Apache Ivy
<dependency org="cc.renken" name="pipeio" rev="2.0.0" />
Leiningen
[cc.renken/pipeio "2.0.0"]
Apache Buildr
'cc.renken:pipeio:jar:2.0.0'