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