Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.i2p.client |
ArtifactId | ArtifactIdstreaming |
Version | Version0.9.42 |
Type | Typejar |
Filename | Size |
---|---|
streaming-0.9.42.pom | |
streaming-0.9.42.jar | 157 KB |
streaming-0.9.42-sources.jar | 119 KB |
streaming-0.9.42-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.i2p.client/streaming/ -->
<dependency>
<groupId>net.i2p.client</groupId>
<artifactId>streaming</artifactId>
<version>0.9.42</version>
</dependency>
// https://jarcasting.com/artifacts/net.i2p.client/streaming/
implementation 'net.i2p.client:streaming:0.9.42'
// https://jarcasting.com/artifacts/net.i2p.client/streaming/
implementation ("net.i2p.client:streaming:0.9.42")
'net.i2p.client:streaming:jar:0.9.42'
<dependency org="net.i2p.client" name="streaming" rev="0.9.42">
<artifact name="streaming" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.i2p.client', module='streaming', version='0.9.42')
)
libraryDependencies += "net.i2p.client" % "streaming" % "0.9.42"
[net.i2p.client/streaming "0.9.42"]