is not current version
Last Version 1.8.0

net.i2p.client:streaming 0.9.39

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.39
Type

Type

jar

Download streaming 0.9.39


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