MVN

net.i2p.client : mstreaming

Maven & Gradle

Jul 03, 2023
1 usages
1.8k stars

I2P Ministreaming · API, interfaces, and factory for a TCP-like set of sockets for communicating over I2P.

<dependency>
    <groupId>net.i2p.client</groupId>
    <artifactId>mstreaming</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.i2p.client : mstreaming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of net.i2p.client : mstreaming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
mstreaming-2.3.0
2.2.x
mstreaming-2.2.1
mstreaming-2.2.0
2.1.x
mstreaming-2.1.0
2.0.x
mstreaming-2.0.0
1.9.x
mstreaming-1.9.1
mstreaming-1.9.0
1.8.x
mstreaming-1.8.0
1.7.x
mstreaming-1.7.0
1.6.x
mstreaming-1.6.1
mstreaming-1.6.0
1.5.x
mstreaming-1.5.0
0.9.x
mstreaming-0.9.50
mstreaming-0.9.49
mstreaming-0.9.48
mstreaming-0.9.47
mstreaming-0.9.46
mstreaming-0.9.45
mstreaming-0.9.44
mstreaming-0.9.43
mstreaming-0.9.42
mstreaming-0.9.41
mstreaming-0.9.40
mstreaming-0.9.39
mstreaming-0.9.38
mstreaming-0.9.37
mstreaming-0.9.36
mstreaming-0.9.35
mstreaming-0.9.34
mstreaming-0.9.33
mstreaming-0.9.32
mstreaming-0.9.31
mstreaming-0.9.30
mstreaming-0.9.29
mstreaming-0.9.28
mstreaming-0.9.27
mstreaming-0.9.26

How to add a dependency to Maven

Add the following net.i2p.client : mstreaming maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.i2p.client</groupId>
    <artifactId>mstreaming</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.i2p.client : mstreaming gradle dependency to your build.gradle file:

implementation 'net.i2p.client:mstreaming:2.3.0'

Gradle Kotlin DSL: Add the following net.i2p.client : mstreaming gradle kotlin dependency to your build.gradle.kts file:

implementation("net.i2p.client:mstreaming:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.i2p.client : mstreaming sbt scala dependency to your build.sbt file:

libraryDependencies += "net.i2p.client" % "mstreaming" % "2.3.0"

Advertisement