is not current version
Last Version 2.3.2

com.github.taymindis:Channeling 2.3.1

It's client mode socket channel but async run background queue with non blocking, socket is closable whenever ask close/disconnect/drop. Different between AsynchronousSocketChannel as this is non blocking with lambda methodology

GroupId

GroupId

com.github.taymindis
ArtifactId

ArtifactId

Channeling
Version

Version

2.3.1
Type

Type

pom

Download Channeling 2.3.1

Filename Size
Channeling-2.3.1.pom 7 KB
Browse

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