License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Dagger Application Layer Libs Dependency Injection |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-dagger |
Last Version | Last Version0.9.110 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - 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 |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |