| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdde.quantummaid.httpmaid |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version0.9.144 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHttpMaid - Core Library
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 |
|---|---|
| core-0.9.144.pom | |
| core-0.9.144.jar | 377 KB |
| core-0.9.144-sources.jar | 273 KB |
| core-0.9.144-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/ -->
<dependency>
<groupId>de.quantummaid.httpmaid</groupId>
<artifactId>core</artifactId>
<version>0.9.144</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation 'de.quantummaid.httpmaid:core:0.9.144'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/core/
implementation ("de.quantummaid.httpmaid:core:0.9.144")
'de.quantummaid.httpmaid:core:jar:0.9.144'
<dependency org="de.quantummaid.httpmaid" name="core" rev="0.9.144">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid', module='core', version='0.9.144')
)
libraryDependencies += "de.quantummaid.httpmaid" % "core" % "0.9.144"
[de.quantummaid.httpmaid/core "0.9.144"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.quantummaid.reflectmaid : reflectmaid-core | jar | 0.2.18 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |