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