Webmate

WebMate is a lightweight non-intrusive web framework, which allows you to easily use your services to handle HTTP requests. It delegates the processing of a request based on it's path to one of your services, releasing you from the headache of configuring numerous beans and spoiling your code with annotations.

Лицензия

Лицензия

Группа

Группа

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

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

webmate-parent
Последняя версия

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

1.0.6
Дата

Дата

Тип

Тип

pom
Описание

Описание

Webmate
WebMate is a lightweight non-intrusive web framework, which allows you to easily use your services to handle HTTP requests. It delegates the processing of a request based on it's path to one of your services, releasing you from the headache of configuring numerous beans and spoiling your code with annotations.
Организация-разработчик

Организация-разработчик

envimate GmbH

Скачать webmate-parent

Имя Файла Размер
webmate-parent-1.0.6.pom 7 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • core
  • integrations

Версии библиотеки

Версия
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0