We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dba86 commit 588b487Copy full SHA for 588b487
README.md
@@ -1,5 +1,19 @@
1
Redis WatcherEx
2
+====
3
+
4
+[](https://github.com/jcasbin/redis-waycher-ex/actions/workflows/ci.yml)
5
+[](https://central.sonatype.com/artifact/org.casbin/jcasbin-redis-watcher-ex)
6
7
---
8
+## Installation
9
+For Maven:
10
+```xml
11
+<dependency>
12
+ <groupId>org.casbin</groupId>
13
+ <artifactId>jcasbin-redis-watcher-ex</artifactId>
14
+ <version>1.1.0</version>
15
+</dependency>
16
+```
17
## Simple Example
18
19
```java
0 commit comments