| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Dagger Библиотеки уровня приложения Dependency Injection |
| Группа | Группаde.quantummaid.httpmaid.integrations |
| Идентификатор | Идентификаторhttpmaid-dagger |
| Последняя версия | Последняя версия0.9.110 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHttpMaid - Integrations - Dagger
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| httpmaid-dagger-0.9.110.pom | |
| httpmaid-dagger-0.9.110.jar | 12 KB |
| httpmaid-dagger-0.9.110-sources.jar | 10 KB |
| httpmaid-dagger-0.9.110-javadoc.jar | 444 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-dagger/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-dagger</artifactId>
<version>0.9.110</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-dagger/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-dagger:0.9.110'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-dagger/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-dagger:0.9.110")
'de.quantummaid.httpmaid.integrations:httpmaid-dagger:jar:0.9.110'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-dagger" rev="0.9.110">
<artifact name="httpmaid-dagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-dagger', version='0.9.110')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-dagger" % "0.9.110"
[de.quantummaid.httpmaid.integrations/httpmaid-dagger "0.9.110"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.quantummaid.httpmaid : core | jar | 0.9.110 |
| de.quantummaid.httpmaid.integrations : httpmaid-usecases | jar | 0.9.110 |
| com.google.dagger : dagger | jar | 2.30.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |