Last Version

HttpMaid - Integrations - Dagger 0.9.110

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.

License

License

Categories

Categories

Ant Build Tools Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

de.quantummaid.httpmaid.integrations
ArtifactId

ArtifactId

httpmaid-dagger
Version

Version

0.9.110
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Richard Hauswald

Download httpmaid-dagger 0.9.110


<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0

Project Modules

There are no modules declared in this project.