is not current version
Last Version 1.8.0

net.i2p.client:streaming 0.9.38

Implementation of a TCP-like set of sockets for communicating over I2P.

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.i2p.client
ArtifactId

ArtifactId

streaming
Version

Version

0.9.38
Type

Type

jar

Download streaming 0.9.38


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