b

butor-realm

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.
http://www.butor.com
The Apache Software License, Version 2.0
文件下载
文件名 操作
butor-realm-1.0.0.jar 下载
butor-realm-1.0.0.pom 下载
butor-realm-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.butor</groupId>
  <artifactId>butor-realm</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.butor:butor-realm:1.0.0'
Gradle Kotlin
implementation("com.butor:butor-realm:1.0.0")
Scala SBT
libraryDependencies += "com.butor" % "butor-realm" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.butor', module='butor-realm', version='1.0.0')
)
Apache Ivy
<dependency org="com.butor" name="butor-realm" rev="1.0.0" />
Leiningen
[com.butor/butor-realm "1.0.0"]
Apache Buildr
'com.butor:butor-realm:jar:1.0.0'