| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.hippo-band | 
| ArtifactId | ArtifactIdhippo-client | 
| Version | Version1.1.1-RELEASE | 
| Type | Typejar | 
| Description | Descriptioncom.github.hippo-band:hippo-client client of hippo rpc framework | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hippo-client-1.1.1-RELEASE.pom | |
| hippo-client-1.1.1-RELEASE.jar | 32 KB | 
| hippo-client-1.1.1-RELEASE-sources.jar | 15 KB | 
| hippo-client-1.1.1-RELEASE-javadoc.jar | 136 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/ -->
<dependency>
    <groupId>com.github.hippo-band</groupId>
    <artifactId>hippo-client</artifactId>
    <version>1.1.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/
implementation 'com.github.hippo-band:hippo-client:1.1.1-RELEASE'// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/
implementation ("com.github.hippo-band:hippo-client:1.1.1-RELEASE")'com.github.hippo-band:hippo-client:jar:1.1.1-RELEASE'<dependency org="com.github.hippo-band" name="hippo-client" rev="1.1.1-RELEASE">
  <artifact name="hippo-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-client', version='1.1.1-RELEASE')
)libraryDependencies += "com.github.hippo-band" % "hippo-client" % "1.1.1-RELEASE"[com.github.hippo-band/hippo-client "1.1.1-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.netflix.hystrix : hystrix-core | jar | 1.5.10 | 
| com.github.hippo-band : hippo-common | jar | 1.1.1-RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |