MVN

com.envimate : httpmate-parent

Maven & Gradle

Nov 15, 2019

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.

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>httpmate-parent</artifactId>
    <version>1.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.envimate : httpmate-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.26

All Versions

Choose a version of com.envimate : httpmate-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
httpmate-parent-1.0.26
httpmate-parent-1.0.25
httpmate-parent-1.0.22
httpmate-parent-1.0.21
httpmate-parent-1.0.20
httpmate-parent-1.0.19
httpmate-parent-1.0.14
httpmate-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>httpmate-parent</artifactId>
    <version>1.0.26</version>
</dependency>