| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.casbin |
| Идентификатор | Идентификаторjcasbin |
| Версия | Версия1.23.0 |
| Тип | Типjar |
| Описание |
ОписаниеJCasbin Authorization Library
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jcasbin-1.23.0.pom | |
| jcasbin-1.23.0.jar | 100 KB |
| jcasbin-1.23.0-sources.jar | 80 KB |
| jcasbin-1.23.0-javadoc.jar | 373 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.casbin/jcasbin/ -->
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.casbin/jcasbin/
implementation 'org.casbin:jcasbin:1.23.0'
// https://jarcasting.com/artifacts/org.casbin/jcasbin/
implementation ("org.casbin:jcasbin:1.23.0")
'org.casbin:jcasbin:jar:1.23.0'
<dependency org="org.casbin" name="jcasbin" rev="1.23.0">
<artifact name="jcasbin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.casbin', module='jcasbin', version='1.23.0')
)
libraryDependencies += "org.casbin" % "jcasbin" % "1.23.0"
[org.casbin/jcasbin "1.23.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| com.googlecode.aviator : aviator | jar | 5.3.0 |
| com.github.seancfoley : ipaddress | jar | 5.3.4 |
| commons-io : commons-io | jar | 2.11.0 |
| org.apache.commons : commons-csv | jar | 1.9.0 |
| com.google.code.gson : gson | jar | 2.9.0 |
| com.google.guava : guava | jar | 31.1-jre |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| junit : junit | jar | 4.13.2 |
| org.openjdk.jmh : jmh-core | jar | 1.34 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.34 |