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 5dc4705 commit b46d7a7Copy full SHA for b46d7a7
README.md
@@ -117,7 +117,7 @@ For Maven:
117
<dependency>
118
<groupId>org.casbin</groupId>
119
<artifactId>jcasbin</artifactId>
120
- <version>1.2.0</version>
+ <version>1.3.0</version>
121
</dependency>
122
```
123
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<name>JCasbin Authorization Library</name>
12
<description>An authorization library that supports access control models like ACL, RBAC, ABAC in Java</description>
0 commit comments