Last Version

cc.renken:pipeio 2.0.0

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

License

License

GroupId

GroupId

cc.renken
ArtifactId

ArtifactId

pipeio
Version

Version

2.0.0
Type

Type

pom
Description

Description

cc.renken:pipeio
A netty.io like library that allows to easily setup network protocols.
Project URL

Project URL

https://gitlab.com/funsheep/pipeio
Source Code Management

Source Code Management

https://gitlab.com/funsheep/pipeio/tree/develop

Download pipeio 2.0.0

Filename Size
pipeio-2.0.0.pom 7 KB
Browse

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.24
com.lmax : disruptor jar 3.2.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.2
org.apache.logging.log4j : log4j-api jar 2.8.2
org.apache.logging.log4j : log4j-core jar 2.8.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • async
  • sync
  • core
  • sink-tcp
  • sink-rs232
  • sink-file