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