| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.ganshane.specs |
| ArtifactId | ArtifactIdjd-cps-client |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjd cps client
jd open api
|
| Filename | Size |
|---|---|
| jd-cps-client-2.2.pom | |
| jd-cps-client-2.2.jar | 183 KB |
| jd-cps-client-2.2-sources.jar | 5 MB |
| jd-cps-client-2.2-javadoc.jar | 744 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ganshane.specs/jd-cps-client/ -->
<dependency>
<groupId>com.ganshane.specs</groupId>
<artifactId>jd-cps-client</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganshane.specs/jd-cps-client/
implementation 'com.ganshane.specs:jd-cps-client:2.2'
// https://jarcasting.com/artifacts/com.ganshane.specs/jd-cps-client/
implementation ("com.ganshane.specs:jd-cps-client:2.2")
'com.ganshane.specs:jd-cps-client:jar:2.2'
<dependency org="com.ganshane.specs" name="jd-cps-client" rev="2.2">
<artifact name="jd-cps-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganshane.specs', module='jd-cps-client', version='2.2')
)
libraryDependencies += "com.ganshane.specs" % "jd-cps-client" % "2.2"
[com.ganshane.specs/jd-cps-client "2.2"]