| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.slimpay | 
    
| ArtifactId | ArtifactIdhapiclient | 
    
| Last Version | Last Version1.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHAPI Client 
            HAPI Client for Java. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| hapiclient-1.0.3.pom | |
| hapiclient-1.0.3.jar | 46 KB | 
| hapiclient-1.0.3-sources.jar | 33 KB | 
| hapiclient-1.0.3-javadoc.jar | 215 KB | 
| hapiclient-1.0.3-jar-with-dependencies.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.slimpay/hapiclient/ -->
<dependency>
    <groupId>com.slimpay</groupId>
    <artifactId>hapiclient</artifactId>
    <version>1.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.slimpay/hapiclient/
implementation 'com.slimpay:hapiclient:1.0.3'
                // https://jarcasting.com/artifacts/com.slimpay/hapiclient/
implementation ("com.slimpay:hapiclient:1.0.3")
                'com.slimpay:hapiclient:jar:1.0.3'
                <dependency org="com.slimpay" name="hapiclient" rev="1.0.3">
  <artifact name="hapiclient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.slimpay', module='hapiclient', version='1.0.3')
)
                libraryDependencies += "com.slimpay" % "hapiclient" % "1.0.3"
                [com.slimpay/hapiclient "1.0.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.3 | 
| com.damnhandy : handy-uri-templates | jar | 2.1.6 | 
| org.glassfish : javax.json Optional | jar | 1.0.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |