MVN

com.envimate : webmate-parent

Maven & Gradle

Aug 08, 2018

Webmate · WebMate 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>webmate-parent</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
webmate-parent-1.0.6
webmate-parent-1.0.5
webmate-parent-1.0.4
webmate-parent-1.0.3
webmate-parent-1.0.1
webmate-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.envimate</groupId>
    <artifactId>webmate-parent</artifactId>
    <version>1.0.6</version>
</dependency>

Advertisement