is not current version
Last Version 1.0.0

com.butor:butor-realm 0.9.0

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.

Categories

Categories

Realm Data Databases
GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-realm
Version

Version

0.9.0
Type

Type

jar

Download butor-realm 0.9.0


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