Last Version

zas-api 3.0.0

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.

License

License

GroupId

GroupId

com.linkare
ArtifactId

ArtifactId

zas-api
Version

Version

3.0.0
Type

Type

jar
Description

Description

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.

Download zas-api 3.0.0


<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.