b

butor-fw-core-parent

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