HttpMate - Core Library

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.httpmate
ArtifactId

ArtifactId

core
Last Version

Last Version

1.0.26
Release Date

Release Date

Type

Type

jar
Description

Description

HttpMate - Core Library
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 Organization

Project Organization

envimate GmbH

Download core

How to add to project

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

Dependencies

provided (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.26
1.0.25
1.0.22
1.0.21
1.0.20
1.0.19
1.0.14
1.0.0