| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.linkare |
| Идентификатор | Идентификаторzas-api |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеzas-api
This project contains the API for the implementation of the Zas project. This is the upgrade of the previous prototype version created during Paulo Zenida's M.Sc. thesis.
Besides providing the basic API for the project, it also provides some out of the box features, such as basic deciders implementations to check access control.
|
| Имя Файла | Размер |
|---|---|
| zas-api-3.0.0.pom | |
| zas-api-3.0.0.jar | 65 KB |
| zas-api-3.0.0-sources.jar | 55 KB |
| zas-api-3.0.0-javadoc.jar | 787 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.linkare/zas-api/ -->
<dependency>
<groupId>com.linkare</groupId>
<artifactId>zas-api</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkare/zas-api/
implementation 'com.linkare:zas-api:3.0.0'
// https://jarcasting.com/artifacts/com.linkare/zas-api/
implementation ("com.linkare:zas-api:3.0.0")
'com.linkare:zas-api:jar:3.0.0'
<dependency org="com.linkare" name="zas-api" rev="3.0.0">
<artifact name="zas-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkare', module='zas-api', version='3.0.0')
)
libraryDependencies += "com.linkare" % "zas-api" % "3.0.0"
[com.linkare/zas-api "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.linkare : common.utils | jar | 2.0.0 |
| groovy : groovy-all | jar | 1.1-rc-1 |
| com.linkare : common.jboolexpr | jar | 2.0.2 |
| com.linkare : common.booleval | jar | 2.0.0 |