DavidWebb

Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)

License

License

GroupId

GroupId

com.goebl
ArtifactId

ArtifactId

david-webb
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

DavidWebb
Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)
Project URL

Project URL

https://github.com/hgoebl/DavidWebb

Download david-webb

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20080701

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0