License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface Utility General Purpose Libraries |
GroupId | GroupIdcom.gsssoftwaresolution.java.utility.restfulservices |
ArtifactId | ArtifactIdeasyrestfulclient |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionrestclient
Java Http Client for MicroServices
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyrestfulclient-1.0.0.pom | |
easyrestfulclient-1.0.0.jar | 24 KB |
easyrestfulclient-1.0.0-sources.jar | 12 KB |
easyrestfulclient-1.0.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gsssoftwaresolution.java.utility.restfulservices/easyrestfulclient/ -->
<dependency>
<groupId>com.gsssoftwaresolution.java.utility.restfulservices</groupId>
<artifactId>easyrestfulclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gsssoftwaresolution.java.utility.restfulservices/easyrestfulclient/
implementation 'com.gsssoftwaresolution.java.utility.restfulservices:easyrestfulclient:1.0.0'
// https://jarcasting.com/artifacts/com.gsssoftwaresolution.java.utility.restfulservices/easyrestfulclient/
implementation ("com.gsssoftwaresolution.java.utility.restfulservices:easyrestfulclient:1.0.0")
'com.gsssoftwaresolution.java.utility.restfulservices:easyrestfulclient:jar:1.0.0'
<dependency org="com.gsssoftwaresolution.java.utility.restfulservices" name="easyrestfulclient" rev="1.0.0">
<artifact name="easyrestfulclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gsssoftwaresolution.java.utility.restfulservices', module='easyrestfulclient', version='1.0.0')
)
libraryDependencies += "com.gsssoftwaresolution.java.utility.restfulservices" % "easyrestfulclient" % "1.0.0"
[com.gsssoftwaresolution.java.utility.restfulservices/easyrestfulclient "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.7.4 |
org.apache.directory.studio : org.apache.commons.io | jar | 2.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.0 |
org.apache.httpcomponents : httpclient | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
com.github.tomakehurst : wiremock | jar | 1.58 |
junit : junit | jar | 4.11 |