is not current version
Last Version 2.0.0

com.sangupta:jerry-http 1.0.0

Common Java functionality for working with HTTP requests

GroupId

GroupId

com.sangupta
ArtifactId

ArtifactId

jerry-http
Version

Version

1.0.0
Type

Type

jar

Download jerry-http 1.0.0


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