License |
License |
---|---|
GroupId | GroupIdcom.envimate |
ArtifactId | ArtifactIdwebmate |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebmate - 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 |
Filename | Size |
---|---|
webmate-1.0.6.pom | |
webmate-1.0.6.jar | 48 KB |
webmate-1.0.6-sources.jar | 28 KB |
webmate-1.0.6-javadoc.jar | 619 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api | jar | 2.2.11 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |