| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.softwaremill.reactivekafka |
| ArtifactId | ArtifactIdreactive-kafka-core_2.10 |
| Version | Version0.8.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.reactivekafka/reactive-kafka-core_2.10/ -->
<dependency>
<groupId>com.softwaremill.reactivekafka</groupId>
<artifactId>reactive-kafka-core_2.10</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.reactivekafka/reactive-kafka-core_2.10/
implementation 'com.softwaremill.reactivekafka:reactive-kafka-core_2.10:0.8.4'
// https://jarcasting.com/artifacts/com.softwaremill.reactivekafka/reactive-kafka-core_2.10/
implementation ("com.softwaremill.reactivekafka:reactive-kafka-core_2.10:0.8.4")
'com.softwaremill.reactivekafka:reactive-kafka-core_2.10:jar:0.8.4'
<dependency org="com.softwaremill.reactivekafka" name="reactive-kafka-core_2.10" rev="0.8.4">
<artifact name="reactive-kafka-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.reactivekafka', module='reactive-kafka-core_2.10', version='0.8.4')
)
libraryDependencies += "com.softwaremill.reactivekafka" % "reactive-kafka-core_2.10" % "0.8.4"
[com.softwaremill.reactivekafka/reactive-kafka-core_2.10 "0.8.4"]