Last Version

HttpMate 1.0.26

HttpMate 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

GroupId

GroupId

com.envimate
ArtifactId

ArtifactId

httpmate-parent
Version

Version

1.0.26
Type

Type

pom
Description

Description

HttpMate
HttpMate 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

envimate GmbH

Download httpmate-parent 1.0.26


<!-- https://jarcasting.com/artifacts/com.envimate/httpmate-parent/ -->
<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>httpmate-parent</artifactId>
    <version>1.0.26</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/httpmate-parent/
implementation 'com.envimate:httpmate-parent:1.0.26'
// https://jarcasting.com/artifacts/com.envimate/httpmate-parent/
implementation ("com.envimate:httpmate-parent:1.0.26")
'com.envimate:httpmate-parent:pom:1.0.26'
<dependency org="com.envimate" name="httpmate-parent" rev="1.0.26">
  <artifact name="httpmate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='httpmate-parent', version='1.0.26')
)
libraryDependencies += "com.envimate" % "httpmate-parent" % "1.0.26"
[com.envimate/httpmate-parent "1.0.26"]

Dependencies

provided (1)

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

Project Modules

There are no modules declared in this project.