| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdio.esastack | 
    
| ArtifactId | ArtifactIdrestclient-ext | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionESA RestClient is an asynchronous event-driven http client based on netty. 
         | 
    
| Filename | Size | 
|---|---|
| restclient-ext-1.0.2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.esastack/restclient-ext/ -->
<dependency>
    <groupId>io.esastack</groupId>
    <artifactId>restclient-ext</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.esastack/restclient-ext/
implementation 'io.esastack:restclient-ext:1.0.2'
                // https://jarcasting.com/artifacts/io.esastack/restclient-ext/
implementation ("io.esastack:restclient-ext:1.0.2")
                'io.esastack:restclient-ext:pom:1.0.2'
                <dependency org="io.esastack" name="restclient-ext" rev="1.0.2">
  <artifact name="restclient-ext" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.esastack', module='restclient-ext', version='1.0.2')
)
                libraryDependencies += "io.esastack" % "restclient-ext" % "1.0.2"
                [io.esastack/restclient-ext "1.0.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.esastack : restclient | jar | 1.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.4.2 | 
| org.mockito : mockito-core | jar | 3.6.0 | 
| org.assertj : assertj-core | jar | 3.9.1 | 
| org.mock-server : mockserver-netty | jar | 5.11.2 |