License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.envimate.httpmate.integrations |
ArtifactId | ArtifactIdhttpmate-client |
Last Version | Last Version1.0.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpMate - Integrations - Client
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 |
Filename | Size |
---|---|
httpmate-client-1.0.26.pom | |
httpmate-client-1.0.26.jar | 48 KB |
httpmate-client-1.0.26-sources.jar | 40 KB |
httpmate-client-1.0.26-javadoc.jar | 567 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate.httpmate.integrations/httpmate-client/ -->
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-client</artifactId>
<version>1.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.httpmate.integrations/httpmate-client/
implementation 'com.envimate.httpmate.integrations:httpmate-client:1.0.26'
// https://jarcasting.com/artifacts/com.envimate.httpmate.integrations/httpmate-client/
implementation ("com.envimate.httpmate.integrations:httpmate-client:1.0.26")
'com.envimate.httpmate.integrations:httpmate-client:jar:1.0.26'
<dependency org="com.envimate.httpmate.integrations" name="httpmate-client" rev="1.0.26">
<artifact name="httpmate-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate.httpmate.integrations', module='httpmate-client', version='1.0.26')
)
libraryDependencies += "com.envimate.httpmate.integrations" % "httpmate-client" % "1.0.26"
[com.envimate.httpmate.integrations/httpmate-client "1.0.26"]
Group / Artifact | Type | Version |
---|---|---|
com.envimate.httpmate : core | jar | 1.0.26 |
org.apache.httpcomponents : httpmime | jar | 4.5.10 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.junit.platform : junit-platform-runner | jar |