Butor Framework - ACL Module

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

License

License

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-acl
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Butor Framework - ACL Module
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
Project URL

Project URL

http://www.butor.com
Project Organization

Project Organization

Butor Inc.

Download butor-acl

How to add to project

<!-- https://jarcasting.com/artifacts/com.butor/butor-acl/ -->
<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-acl</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-acl/
implementation 'com.butor:butor-acl:1.0.0'
// https://jarcasting.com/artifacts/com.butor/butor-acl/
implementation ("com.butor:butor-acl:1.0.0")
'com.butor:butor-acl:jar:1.0.0'
<dependency org="com.butor" name="butor-acl" rev="1.0.0">
  <artifact name="butor-acl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-acl', version='1.0.0')
)
libraryDependencies += "com.butor" % "butor-acl" % "1.0.0"
[com.butor/butor-acl "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1
commons-io : commons-io jar 2.0.1
com.butor : butor-utils jar 1.0.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.slf4j : slf4j-simple jar 1.6.1
org.springframework : spring-test jar 3.0.5.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.9.0
0.0.1