b

butor-acl

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project is an ACL module
http://www.butor.com
The Apache Software License, Version 2.0
Files download
File Operation
butor-acl-0.9.0.jar download
butor-acl-0.9.0.pom download
butor-acl-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.butor</groupId>
  <artifactId>butor-acl</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.butor:butor-acl:0.9.0'
Gradle Kotlin
implementation("com.butor:butor-acl:0.9.0")
Scala SBT
libraryDependencies += "com.butor" % "butor-acl" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.butor', module='butor-acl', version='0.9.0')
)
Apache Ivy
<dependency org="com.butor" name="butor-acl" rev="0.9.0" />
Leiningen
[com.butor/butor-acl "0.9.0"]
Apache Buildr
'com.butor:butor-acl:jar:0.9.0'