| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdfile-client-api |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| file-client-api-1.1.0.pom | |
| file-client-api-1.1.0.jar | 13 KB |
| file-client-api-1.1.0-sources.jar | 11 KB |
| file-client-api-1.1.0-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/file-client-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>file-client-api</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/file-client-api/
implementation 'com.github.houbb:file-client-api:1.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/file-client-api/
implementation ("com.github.houbb:file-client-api:1.1.0")
'com.github.houbb:file-client-api:jar:1.1.0'
<dependency org="com.github.houbb" name="file-client-api" rev="1.1.0">
<artifact name="file-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='file-client-api', version='1.1.0')
)
libraryDependencies += "com.github.houbb" % "file-client-api" % "1.1.0"
[com.github.houbb/file-client-api "1.1.0"]