Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.interledger |
ArtifactId | ArtifactIdstream-client |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
stream-client-1.0.3.pom | |
stream-client-1.0.3.jar | 31 KB |
stream-client-1.0.3-sources.jar | 24 KB |
stream-client-1.0.3-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.interledger/stream-client/ -->
<dependency>
<groupId>org.interledger</groupId>
<artifactId>stream-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.interledger/stream-client/
implementation 'org.interledger:stream-client:1.0.3'
// https://jarcasting.com/artifacts/org.interledger/stream-client/
implementation ("org.interledger:stream-client:1.0.3")
'org.interledger:stream-client:jar:1.0.3'
<dependency org="org.interledger" name="stream-client" rev="1.0.3">
<artifact name="stream-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.interledger', module='stream-client', version='1.0.3')
)
libraryDependencies += "org.interledger" % "stream-client" % "1.0.3"
[org.interledger/stream-client "1.0.3"]