License |
License |
---|---|
GroupId | GroupIdde.taimos |
ArtifactId | ArtifactIdhttputils |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTaimos HTTPUtils
Utility package for HTTP calls
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httputils-2.2.pom | |
httputils-2.2.jar | 5 KB |
httputils-2.2-sources.jar | 2 KB |
httputils-2.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.taimos/httputils/ -->
<dependency>
<groupId>de.taimos</groupId>
<artifactId>httputils</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos/httputils/
implementation 'de.taimos:httputils:2.2'
// https://jarcasting.com/artifacts/de.taimos/httputils/
implementation ("de.taimos:httputils:2.2")
'de.taimos:httputils:jar:2.2'
<dependency org="de.taimos" name="httputils" rev="2.2">
<artifact name="httputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos', module='httputils', version='2.2')
)
libraryDependencies += "de.taimos" % "httputils" % "2.2"
[de.taimos/httputils "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.32 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.32.0 |
junit : junit | jar | 4.13.1 |