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

de.quantummaid:httpmaid-parent 0.9.5

HttpMaid 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.

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

de.quantummaid
Идентификатор

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

httpmaid-parent
Версия

Версия

0.9.5
Тип

Тип

pom

Скачать httpmaid-parent 0.9.5

Имя Файла Размер
httpmaid-parent-0.9.5.pom 5 KB
Обзор

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