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