Skip to content

Commit

Permalink
docs: update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 2, 2024
1 parent 5453699 commit de1c80c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
Kafka Watcher
---
[![GitHub Actions](https://github.com/jcasbin/kafka-watcher/actions/workflows/ci.yml/badge.svg)](https://github.com/jcasbin/kafka-watcher/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/kafka-watcher.svg)](https://central.sonatype.com/artifact/org.casbin/kafka-watcher)
![License](https://img.shields.io/github/license/jcasbin/kafka-watcher)


KafkaWatcher is a [Kafka](https://kafka.apache.org) watcher for [jCasbin](https://github.com/casbin/jcasbin).

## Installation

For Maven

There is no maven-central package, please download and package by yourself
``` xml
<dependency>
<groupId>org.casbin</groupId>
<artifactId>kafka-watcher</artifactId>
<version>1.1.0</version>
</dependency>
```

## Simple Example

Expand Down

0 comments on commit de1c80c

Please sign in to comment.