| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.casbin |
| Идентификатор | Идентификаторjcasbin |
| Версия | Версия1.10.2 |
| Тип | Типjar |
| Описание |
ОписаниеJCasbin Authorization Library
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jcasbin-1.10.2.pom | |
| jcasbin-1.10.2.jar | 90 KB |
| jcasbin-1.10.2-sources.jar | 72 KB |
| jcasbin-1.10.2-javadoc.jar | 331 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.casbin/jcasbin/ -->
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.casbin/jcasbin/
implementation 'org.casbin:jcasbin:1.10.2'
// https://jarcasting.com/artifacts/org.casbin/jcasbin/
implementation ("org.casbin:jcasbin:1.10.2")
'org.casbin:jcasbin:jar:1.10.2'
<dependency org="org.casbin" name="jcasbin" rev="1.10.2">
<artifact name="jcasbin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.casbin', module='jcasbin', version='1.10.2')
)
libraryDependencies += "org.casbin" % "jcasbin" % "1.10.2"
[org.casbin/jcasbin "1.10.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.googlecode.aviator : aviator | jar | 5.2.5 |
| com.github.seancfoley : ipaddress | jar | 4.2.0 |
| commons-io : commons-io | jar | 2.7 |
| org.apache.commons : commons-csv | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| junit : junit | jar | 4.13.1 |
| org.openjdk.jmh : jmh-core | jar | 1.19 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |