Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.zhangchengji |
ArtifactId | ArtifactIdflying-client |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
flying-client-1.2.3.pom | |
flying-client-1.2.3.jar | 144 KB |
flying-client-1.2.3-sources.jar | 71 KB |
flying-client-1.2.3-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangchengji/flying-client/ -->
<dependency>
<groupId>com.github.zhangchengji</groupId>
<artifactId>flying-client</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangchengji/flying-client/
implementation 'com.github.zhangchengji:flying-client:1.2.3'
// https://jarcasting.com/artifacts/com.github.zhangchengji/flying-client/
implementation ("com.github.zhangchengji:flying-client:1.2.3")
'com.github.zhangchengji:flying-client:jar:1.2.3'
<dependency org="com.github.zhangchengji" name="flying-client" rev="1.2.3">
<artifact name="flying-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangchengji', module='flying-client', version='1.2.3')
)
libraryDependencies += "com.github.zhangchengji" % "flying-client" % "1.2.3"
[com.github.zhangchengji/flying-client "1.2.3"]