Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.joshworks.stream |
ArtifactId | ArtifactIdstream-client |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
stream-client-0.1.pom | |
stream-client-0.1.jar | 34 KB |
stream-client-0.1-sources.jar | 18 KB |
stream-client-0.1-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/ -->
<dependency>
<groupId>io.joshworks.stream</groupId>
<artifactId>stream-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/
implementation 'io.joshworks.stream:stream-client:0.1'
// https://jarcasting.com/artifacts/io.joshworks.stream/stream-client/
implementation ("io.joshworks.stream:stream-client:0.1")
'io.joshworks.stream:stream-client:jar:0.1'
<dependency org="io.joshworks.stream" name="stream-client" rev="0.1">
<artifact name="stream-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joshworks.stream', module='stream-client', version='0.1')
)
libraryDependencies += "io.joshworks.stream" % "stream-client" % "0.1"
[io.joshworks.stream/stream-client "0.1"]