is not current version
Last Version 1.4.0

com.athaydes.rawhttp:rawhttp-duplex 1.1

rawhttp-duplex provides a mechanism for full duplex communications based on the HTTP/1.1 chunked transfer-encoding.

GroupId

GroupId

com.athaydes.rawhttp
ArtifactId

ArtifactId

rawhttp-duplex
Version

Version

1.1
Type

Type

jar

Download rawhttp-duplex 1.1


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