Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.fk7075 |
ArtifactId | ArtifactIdlucky-cloud-client |
Version | VersionV2-TEST |
Type | Typejar |
Filename | Size |
---|---|
lucky-cloud-client-V2-TEST.pom | |
lucky-cloud-client-V2-TEST.jar | 18 KB |
lucky-cloud-client-V2-TEST-sources.jar | 13 KB |
lucky-cloud-client-V2-TEST-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fk7075/lucky-cloud-client/ -->
<dependency>
<groupId>com.github.fk7075</groupId>
<artifactId>lucky-cloud-client</artifactId>
<version>V2-TEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-cloud-client/
implementation 'com.github.fk7075:lucky-cloud-client:V2-TEST'
// https://jarcasting.com/artifacts/com.github.fk7075/lucky-cloud-client/
implementation ("com.github.fk7075:lucky-cloud-client:V2-TEST")
'com.github.fk7075:lucky-cloud-client:jar:V2-TEST'
<dependency org="com.github.fk7075" name="lucky-cloud-client" rev="V2-TEST">
<artifact name="lucky-cloud-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fk7075', module='lucky-cloud-client', version='V2-TEST')
)
libraryDependencies += "com.github.fk7075" % "lucky-cloud-client" % "V2-TEST"
[com.github.fk7075/lucky-cloud-client "V2-TEST"]