Skip to content

Commit 2d1e23a

Browse files
committed
update(readme): add maven repository
1 parent 5820ec8 commit 2d1e23a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ The **Kafka Client for Kotlin** projects packs with convenient Kotlin API for th
1111
It provides high-level abstractions both for sending records (`ProducerContainer`) and consuming records from topics using one or many
1212
concurrent consumers (`KafkaConsumerWorker`).
1313

14+
## For Maven
15+
16+
```xml
17+
<dependency>
18+
<groupId>io.streamthoughts</groupId>
19+
<artifactId>kafka-clients-kotlin</artifactId>
20+
<version>0.1.0</version>
21+
</dependency>
22+
```
23+
1424
## Getting Started
1525

1626
### Kafka Producer

0 commit comments

Comments
 (0)