Webmate - Core Library

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
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Webmate - Core Library
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

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.xml.bind : jaxb-api jar 2.2.11

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1