не последняя версия
Последняя версия 1.8.0

net.i2p.client:streaming 0.9.34

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

Категории

Категории

Сеть CLI Взаимодействие с пользователем
Группа

Группа

net.i2p.client
Идентификатор

Идентификатор

streaming
Версия

Версия

0.9.34
Тип

Тип

jar

Скачать streaming 0.9.34


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