| GroupId | GroupIdxyz.tneciv |
|---|---|
| ArtifactId | ArtifactIdcloud-stream |
| Version | VersionHan.SR1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cloud-stream-Han.SR1.pom | |
| cloud-stream-Han.SR1.jar | 7 KB |
| cloud-stream-Han.SR1-sources.jar | 6 KB |
| cloud-stream-Han.SR1-javadoc.jar | 166 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>cloud-stream</artifactId>
<version>Han.SR1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/
implementation 'xyz.tneciv:cloud-stream:Han.SR1'
// https://jarcasting.com/artifacts/xyz.tneciv/cloud-stream/
implementation ("xyz.tneciv:cloud-stream:Han.SR1")
'xyz.tneciv:cloud-stream:jar:Han.SR1'
<dependency org="xyz.tneciv" name="cloud-stream" rev="Han.SR1">
<artifact name="cloud-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='cloud-stream', version='Han.SR1')
)
libraryDependencies += "xyz.tneciv" % "cloud-stream" % "Han.SR1"
[xyz.tneciv/cloud-stream "Han.SR1"]