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