License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid.integrations |
ArtifactId | ArtifactIdhttpmaid-events |
Last Version | Last Version0.9.142 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMaid - Integrations - Events
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-events-0.9.142.pom | |
httpmaid-events-0.9.142.jar | 49 KB |
httpmaid-events-0.9.142-sources.jar | 35 KB |
httpmaid-events-0.9.142-javadoc.jar | 572 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-events/ -->
<dependency>
<groupId>de.quantummaid.httpmaid.integrations</groupId>
<artifactId>httpmaid-events</artifactId>
<version>0.9.142</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-events/
implementation 'de.quantummaid.httpmaid.integrations:httpmaid-events:0.9.142'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid.integrations/httpmaid-events/
implementation ("de.quantummaid.httpmaid.integrations:httpmaid-events:0.9.142")
'de.quantummaid.httpmaid.integrations:httpmaid-events:jar:0.9.142'
<dependency org="de.quantummaid.httpmaid.integrations" name="httpmaid-events" rev="0.9.142">
<artifact name="httpmaid-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid.integrations', module='httpmaid-events', version='0.9.142')
)
libraryDependencies += "de.quantummaid.httpmaid.integrations" % "httpmaid-events" % "0.9.142"
[de.quantummaid.httpmaid.integrations/httpmaid-events "0.9.142"]
Group / Artifact | Type | Version |
---|---|---|
de.quantummaid.httpmaid : core | jar | |
de.quantummaid.eventmaid : core | jar | 1.0.62 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |