Last Version

message-mate 1.0.1

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

message-mate-parent
Version

Version

1.0.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/envimate/message-mate/
Project Organization

Project Organization

envimate GmbH
Source Code Management

Source Code Management

https://github.com/envimate/message-mate

Download message-mate-parent 1.0.1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core