MVN

com.envimate : message-mate-parent

Maven & Gradle

Mar 06, 2019
0 stars

message-mate · 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>message-mate-parent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
message-mate-parent-1.0.1
message-mate-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>message-mate-parent</artifactId>
    <version>1.0.1</version>
</dependency>