License |
License |
---|---|
GroupId | GroupIdcom.goebl |
ArtifactId | ArtifactIddavid-webb |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDavidWebb
Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)
|
Project URL |
Project URL |
Filename | Size |
---|---|
david-webb-1.3.0.pom | |
david-webb-1.3.0.jar | 17 KB |
david-webb-1.3.0-tests.jar | 30 KB |
david-webb-1.3.0-sources.jar | 14 KB |
david-webb-1.3.0-javadoc.jar | 56 KB |
david-webb-1.3.0-jar-with-dependencies.jar | 54 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20080701 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.mockito : mockito-core | jar | 1.9.5 |