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