| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdio.github.cloudchacho |
| ArtifactId | ArtifactIdhedwig-firehose-dataflow |
| Version | Version0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cloudchacho/hedwig-firehose-dataflow/ -->
<dependency>
<groupId>io.github.cloudchacho</groupId>
<artifactId>hedwig-firehose-dataflow</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cloudchacho/hedwig-firehose-dataflow/
implementation 'io.github.cloudchacho:hedwig-firehose-dataflow:0.2'
// https://jarcasting.com/artifacts/io.github.cloudchacho/hedwig-firehose-dataflow/
implementation ("io.github.cloudchacho:hedwig-firehose-dataflow:0.2")
'io.github.cloudchacho:hedwig-firehose-dataflow:jar:0.2'
<dependency org="io.github.cloudchacho" name="hedwig-firehose-dataflow" rev="0.2">
<artifact name="hedwig-firehose-dataflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cloudchacho', module='hedwig-firehose-dataflow', version='0.2')
)
libraryDependencies += "io.github.cloudchacho" % "hedwig-firehose-dataflow" % "0.2"
[io.github.cloudchacho/hedwig-firehose-dataflow "0.2"]