is not current version
Last Version 2.3.0

com.streamr:client 1.0.0

A Java library to interact with Streamr

Categories

Categories

CLI User Interface
GroupId

GroupId

com.streamr
ArtifactId

ArtifactId

client
Version

Version

1.0.0
Type

Type

jar

Download client 1.0.0


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