License |
License |
---|---|
Categories |
CategoriesAnt Build Tools GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-guice |
Last Version | Last Version0.9.110 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Integrations - Guice
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-guice-0.9.110.pom | |
httpmaid-guice-0.9.110.jar | 11 KB |
httpmaid-guice-0.9.110-sources.jar | 9 KB |
httpmaid-guice-0.9.110-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-guice/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-guice</artifactId>
<version>0.9.110</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-guice/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-guice:0.9.110'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-guice/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-guice:0.9.110")
'de.quantummaid.httpmaid.integrations:httpmaid-guice:jar:0.9.110'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-guice" rev="0.9.110">
<artifact name="httpmaid-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-guice', version='0.9.110')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-guice" % "0.9.110"
[de.quantummaid.httpmaid.integrations/httpmaid-guice "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.inject : guice | jar | 5.0.0-BETA-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 |