| GroupId | GroupIdcom.github.fd4s |
|---|---|
| ArtifactId | ArtifactIdfs2-kafka_2.13 |
| Version | Version2.0.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fs2-kafka_2.13-2.0.0-RC2.pom | |
| fs2-kafka_2.13-2.0.0-RC2.jar | 712 KB |
| fs2-kafka_2.13-2.0.0-RC2-sources.jar | 87 KB |
| fs2-kafka_2.13-2.0.0-RC2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fd4s/fs2-kafka_2.13/ -->
<dependency>
<groupId>com.github.fd4s</groupId>
<artifactId>fs2-kafka_2.13</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fd4s/fs2-kafka_2.13/
implementation 'com.github.fd4s:fs2-kafka_2.13:2.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.fd4s/fs2-kafka_2.13/
implementation ("com.github.fd4s:fs2-kafka_2.13:2.0.0-RC2")
'com.github.fd4s:fs2-kafka_2.13:jar:2.0.0-RC2'
<dependency org="com.github.fd4s" name="fs2-kafka_2.13" rev="2.0.0-RC2">
<artifact name="fs2-kafka_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fd4s', module='fs2-kafka_2.13', version='2.0.0-RC2')
)
libraryDependencies += "com.github.fd4s" % "fs2-kafka_2.13" % "2.0.0-RC2"
[com.github.fd4s/fs2-kafka_2.13 "2.0.0-RC2"]