Last Version

Jerry HTTP Project 2.0.0

Common Java functionality for working with HTTP requests

License

License

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry-http
Version

Version

2.0.0
Type

Type

jar
Description

Description

Jerry HTTP Project
Common Java functionality for working with HTTP requests
Project URL

Project URL

https://sangupta.com/projects/jerry-http
Source Code Management

Source Code Management

https://github.com/sangupta/jerry-http

Download jerry-http 2.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpclient-cache jar 4.5.2
com.sangupta : jerry-core jar 3.0.0

provided (2)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.9
com.google.code.gson : gson jar 2.8.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.