не последняя версия
Последняя версия 1.0.29

com.butor:butor-web 0.0.3

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 contains the servlet necessary to build Ajax services that run in Stream or RPC mode.

Группа

Группа

com.butor
Идентификатор

Идентификатор

butor-web
Версия

Версия

0.0.3
Тип

Тип

jar

Скачать butor-web 0.0.3


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