Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.streamr |
ArtifactId | ArtifactIdclient |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-2.1.0.pom | |
client-2.1.0.jar | 508 KB |
client-2.1.0-sources.jar | 161 KB |
client-2.1.0-javadoc.jar | 733 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streamr/client/ -->
<dependency>
<groupId>com.streamr</groupId>
<artifactId>client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streamr/client/
implementation 'com.streamr:client:2.1.0'
// https://jarcasting.com/artifacts/com.streamr/client/
implementation ("com.streamr:client:2.1.0")
'com.streamr:client:jar:2.1.0'
<dependency org="com.streamr" name="client" rev="2.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streamr', module='client', version='2.1.0')
)
libraryDependencies += "com.streamr" % "client" % "2.1.0"
[com.streamr/client "2.1.0"]