MVN

com.streamr : client

Maven & Gradle

Dec 08, 2021
2 usages
5 stars

Streamr Java Client Library · A Java library to interact with Streamr

<dependency>
    <groupId>com.streamr</groupId>
    <artifactId>client</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.streamr : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0
  • Latest Beta: 2.2.0-beta.0
  • Latest Alpha: DU2-alpha.1

All Versions

Choose a version of com.streamr : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
client-2.3.0
2.2.x
client-2.2.1
client-2.2.0
client-2.2.0-beta.0
2.1.x
client-2.1.0
2.0.x
client-2.0.2
client-2.0.1
client-2.0.0
1.4.x
client-1.4.0
1.3.x
client-1.3.6
client-1.3.5
client-1.3.4
client-1.3.3
client-1.3.2
client-1.3.1
client-1.3.0
1.2.x
client-1.2.5
client-1.2.4
client-1.2.3
client-1.2.2
client-1.2.1
client-1.2.0
1.1.x
client-1.1.7
client-1.1.6
client-1.1.5
client-1.1.4
client-1.1.3
client-1.1.2
client-1.1.1
client-1.1.0
1.0.x
client-1.0.0
DU2
client-DU2-alpha.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.streamr</groupId>
    <artifactId>client</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.streamr : client gradle dependency to your build.gradle file:

implementation 'com.streamr:client:2.3.0'

Gradle Kotlin DSL: Add the following com.streamr : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.streamr:client:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.streamr : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.streamr" % "client" % "2.3.0"

Advertisement