Monarch - REST Client
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
To install this dependency in your local Maven repo run:
mvn clean install
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.monarchapis | 
    
| ArtifactId | ArtifactIdrest-client | 
    
| Last Version | Last Version0.8.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionREST Client 
            A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls. 
         | 
    
| Project Organization | 
                    Project OrganizationMonarch API Manager | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| rest-client-0.8.1.pom | |
| rest-client-0.8.1.jar | 43 KB | 
| rest-client-0.8.1-sources.jar | 31 KB | 
| rest-client-0.8.1-javadoc.jar | 184 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.monarchapis/rest-client/ -->
<dependency>
    <groupId>com.monarchapis</groupId>
    <artifactId>rest-client</artifactId>
    <version>0.8.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.monarchapis/rest-client/
implementation 'com.monarchapis:rest-client:0.8.1'
                // https://jarcasting.com/artifacts/com.monarchapis/rest-client/
implementation ("com.monarchapis:rest-client:0.8.1")
                'com.monarchapis:rest-client:jar:0.8.1'
                <dependency org="com.monarchapis" name="rest-client" rev="0.8.1">
  <artifact name="rest-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.monarchapis', module='rest-client', version='0.8.1')
)
                libraryDependencies += "com.monarchapis" % "rest-client" % "0.8.1"
                [com.monarchapis/rest-client "0.8.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.4.1 | 
| org.apache.httpcomponents : httpasyncclient | jar | 4.1 | 
| commons-io : commons-io | jar | 2.4 | 
| org.apache.commons : commons-lang3 | jar | 3.4 | 
| javax.validation : validation-api | jar | 1.1.0.Final | 
| org.hibernate : hibernate-validator | jar | 5.1.3.Final | 
| joda-time : joda-time | jar | 2.7 | 
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.5 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.5 | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.5 | 
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.4.5 | 
| com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.4.5 | 
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.4.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
A Fluent API wrapper around Apache HTTP Client that handles both synchronous and asynchronous REST calls.
To install this dependency in your local Maven repo run:
mvn clean install