License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-web-client |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESThub Webservice Client
RESThub webservice client for requesting REST webservices with JSON support bundled
|
Project URL |
Project URL |
Filename | Size |
---|---|
resthub-web-client-2.2.0.pom | |
resthub-web-client-2.2.0.jar | 21 KB |
resthub-web-client-2.2.0-sources.jar | 11 KB |
resthub-web-client-2.2.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-web-client/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-web-client</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation 'org.resthub:resthub-web-client:2.2.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-web-client/
implementation ("org.resthub:resthub-web-client:2.2.0")
'org.resthub:resthub-web-client:jar:2.2.0'
<dependency org="org.resthub" name="resthub-web-client" rev="2.2.0">
<artifact name="resthub-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-web-client', version='2.2.0')
)
libraryDependencies += "org.resthub" % "resthub-web-client" % "2.2.0"
[org.resthub/resthub-web-client "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-web-common | jar | 2.2.0 |
com.ning : async-http-client | jar | 1.8.13 |
org.springframework.security : spring-security-core | jar | 3.2.5.RELEASE |
org.springframework.security : spring-security-config | jar | 3.2.5.RELEASE |
org.springframework.security : spring-security-web | jar | 3.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-common | jar | 2.2.0 |
org.springframework : spring-web | jar | |
org.eclipse.jetty : test-jetty-servlet | jar | 8.1.15.v20140411 |
org.springframework.security.oauth : spring-security-oauth2 | jar | 1.0.5.RELEASE |
org.springframework : spring-webmvc | jar | |
org.testng : testng | jar | 6.8.8 |
org.easytesting : fest-assert-core | jar | 2.0M10 |