| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hicoincom |
| ArtifactId | ArtifactIdwapi-sdk |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionwapi-sdk
chainup wapi client sdk
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wapi-sdk-1.0.1.pom | |
| wapi-sdk-1.0.1.jar | 37 KB |
| wapi-sdk-1.0.1-sources.jar | 25 KB |
| wapi-sdk-1.0.1-javadoc.jar | 263 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hicoincom/wapi-sdk/ -->
<dependency>
<groupId>com.github.hicoincom</groupId>
<artifactId>wapi-sdk</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hicoincom/wapi-sdk/
implementation 'com.github.hicoincom:wapi-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.github.hicoincom/wapi-sdk/
implementation ("com.github.hicoincom:wapi-sdk:1.0.1")
'com.github.hicoincom:wapi-sdk:jar:1.0.1'
<dependency org="com.github.hicoincom" name="wapi-sdk" rev="1.0.1">
<artifact name="wapi-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hicoincom', module='wapi-sdk', version='1.0.1')
)
libraryDependencies += "com.github.hicoincom" % "wapi-sdk" % "1.0.1"
[com.github.hicoincom/wapi-sdk "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| com.alibaba : fastjson | jar | 1.2.76 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.directory.studio : org.apache.commons.codec | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |