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