b

butor-maven-parent

Butor Framework is a stack 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, Webapps, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava, Spring, Bootstrap. The project is released under APL 2.0. This project is a pom module, the parent for other modules of the framework.
http://www.butor.com
The Apache Software License, Version 2.0
Butor Inc.
Aiman Sawan
文件下载
文件名 操作
butor-maven-parent-1.0.30.pom 下载
Apache Maven
<dependency>
  <groupId>com.butor</groupId>
  <artifactId>butor-maven-parent</artifactId>
  <version>1.0.30</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.butor:butor-maven-parent:1.0.30'
Gradle Kotlin
implementation("com.butor:butor-maven-parent:1.0.30")
Scala SBT
libraryDependencies += "com.butor" % "butor-maven-parent" % "1.0.30"
Groovy Grape
@Grapes(
  @Grab(group='com.butor', module='butor-maven-parent', version='1.0.30')
)
Apache Ivy
<dependency org="com.butor" name="butor-maven-parent" rev="1.0.30" />
Leiningen
[com.butor/butor-maven-parent "1.0.30"]
Apache Buildr
'com.butor:butor-maven-parent:jar:1.0.30'