не последняя версия
Последняя версия 2.0.0

cc.renken:pipeio 0.6.0

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

Группа

Группа

cc.renken
Идентификатор

Идентификатор

pipeio
Версия

Версия

0.6.0
Тип

Тип

jar

Скачать pipeio 0.6.0


<!-- https://jarcasting.com/artifacts/cc.renken/pipeio/ -->
<dependency>
    <groupId>cc.renken</groupId>
    <artifactId>pipeio</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.renken/pipeio/
implementation 'cc.renken:pipeio:0.6.0'
// https://jarcasting.com/artifacts/cc.renken/pipeio/
implementation ("cc.renken:pipeio:0.6.0")
'cc.renken:pipeio:jar:0.6.0'
<dependency org="cc.renken" name="pipeio" rev="0.6.0">
  <artifact name="pipeio" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.renken', module='pipeio', version='0.6.0')
)
libraryDependencies += "cc.renken" % "pipeio" % "0.6.0"
[cc.renken/pipeio "0.6.0"]