License |
License |
---|---|
GroupId | GroupIdcom.linkare |
ArtifactId | ArtifactIdzas-api |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzas-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.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |