Last Version

Webmate 1.0.6

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.

License

License

GroupId

GroupId

com.envimate
ArtifactId

ArtifactId

webmate-parent
Version

Version

1.0.6
Type

Type

pom
Description

Description

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

Project Organization

envimate GmbH

Download webmate-parent 1.0.6

Filename Size
webmate-parent-1.0.6.pom 7 KB
Browse

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

Dependencies

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

Project Modules

  • core
  • integrations