| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.houbb | 
| ArtifactId | ArtifactIdbalance-client | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionbalance-client The balance-client api project. | 
| Filename | Size | 
|---|---|
| balance-client-1.1.0.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/balance-client/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>balance-client</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.houbb/balance-client/
implementation 'com.github.houbb:balance-client:1.1.0'// https://jarcasting.com/artifacts/com.github.houbb/balance-client/
implementation ("com.github.houbb:balance-client:1.1.0")'com.github.houbb:balance-client:pom:1.1.0'<dependency org="com.github.houbb" name="balance-client" rev="1.1.0">
  <artifact name="balance-client" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.houbb', module='balance-client', version='1.1.0')
)libraryDependencies += "com.github.houbb" % "balance-client" % "1.1.0"[com.github.houbb/balance-client "1.1.0"]