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