a

apl

ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.
https://github.com/intuit/identity-authz-apl
MIT License
Bala Dutt Sachin Maheshwari Ravi Chauhan
Files download
File Operation
apl-0.22.jar download
apl-0.22.pom download
apl-0.22-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intuit.apl</groupId>
  <artifactId>apl</artifactId>
  <version>0.22</version>
</dependency>
Gradle Groovy
implementation 'com.intuit.apl:apl:0.22'
Gradle Kotlin
implementation("com.intuit.apl:apl:0.22")
Scala SBT
libraryDependencies += "com.intuit.apl" % "apl" % "0.22"
Groovy Grape
@Grapes(
  @Grab(group='com.intuit.apl', module='apl', version='0.22')
)
Apache Ivy
<dependency org="com.intuit.apl" name="apl" rev="0.22" />
Leiningen
[com.intuit.apl/apl "0.22"]
Apache Buildr
'com.intuit.apl:apl:jar:0.22'