License |
License |
---|---|
Categories |
CategoriesRealm Data Databases |
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-realm |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-realm-1.0.0.pom | |
butor-realm-1.0.0.jar | 11 KB |
butor-realm-1.0.0-sources.jar | 7 KB |
butor-realm-1.0.0-javadoc.jar | 68 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.springframework : spring-test | jar | 3.0.5.RELEASE |