| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdfile-client |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| file-client-1.1.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.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/file-client/
implementation 'com.github.houbb:file-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/file-client/
implementation ("com.github.houbb:file-client:1.1.0")
'com.github.houbb:file-client:pom:1.1.0'
<dependency org="com.github.houbb" name="file-client" rev="1.1.0">
<artifact name="file-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='file-client', version='1.1.0')
)
libraryDependencies += "com.github.houbb" % "file-client" % "1.1.0"
[com.github.houbb/file-client "1.1.0"]