Butor Framework - Realm 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 the Realm module.

License

License

Categories

Categories

Realm Data Databases
GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-realm
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Butor Framework - Realm 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 the Realm module.
Project URL

Project URL

http://www.butor.com
Project Organization

Project Organization

Butor Inc.

Download butor-realm

How to add to project

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

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
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