| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.beanshell |
| Идентификатор | Идентификаторram-rbac |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеram-rbac
Ram project base component for rbac. A simple Role Base Access Control implementation.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ram-rbac-1.1.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-rbac/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-rbac</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-rbac/
implementation 'top.beanshell:ram-rbac:1.1.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-rbac/
implementation ("top.beanshell:ram-rbac:1.1.0")
'top.beanshell:ram-rbac:pom:1.1.0'
<dependency org="top.beanshell" name="ram-rbac" rev="1.1.0">
<artifact name="ram-rbac" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-rbac', version='1.1.0')
)
libraryDependencies += "top.beanshell" % "ram-rbac" % "1.1.0"
[top.beanshell/ram-rbac "1.1.0"]