m

muxable

A Java library for multiplexing multiple byte-oriented channels over a single parent channel.
https://github.com/archiecobbs/muxable
The Apache Software License, Version 2.0
Archie Cobbs
Files download
File Operation
muxable-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.dellroad</groupId>
  <artifactId>muxable</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dellroad:muxable:1.0.0'
Gradle Kotlin
implementation("org.dellroad:muxable:1.0.0")
Scala SBT
libraryDependencies += "org.dellroad" % "muxable" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dellroad', module='muxable', version='1.0.0')
)
Apache Ivy
<dependency org="org.dellroad" name="muxable" rev="1.0.0" />
Leiningen
[org.dellroad/muxable "1.0.0"]
Apache Buildr
'org.dellroad:muxable:jar:1.0.0'