| GroupId | GroupIdcom.github.hicoincom |
|---|---|
| ArtifactId | ArtifactIdwaas-sdk |
| Version | Version1.0.0-release |
| Type | Typejar |
| Filename | Size |
|---|---|
| waas-sdk-1.0.0-release.pom | |
| waas-sdk-1.0.0-release.jar | 50 KB |
| waas-sdk-1.0.0-release-sources.jar | 32 KB |
| waas-sdk-1.0.0-release-javadoc.jar | 343 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hicoincom/waas-sdk/ -->
<dependency>
<groupId>com.github.hicoincom</groupId>
<artifactId>waas-sdk</artifactId>
<version>1.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hicoincom/waas-sdk/
implementation 'com.github.hicoincom:waas-sdk:1.0.0-release'
// https://jarcasting.com/artifacts/com.github.hicoincom/waas-sdk/
implementation ("com.github.hicoincom:waas-sdk:1.0.0-release")
'com.github.hicoincom:waas-sdk:jar:1.0.0-release'
<dependency org="com.github.hicoincom" name="waas-sdk" rev="1.0.0-release">
<artifact name="waas-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hicoincom', module='waas-sdk', version='1.0.0-release')
)
libraryDependencies += "com.github.hicoincom" % "waas-sdk" % "1.0.0-release"
[com.github.hicoincom/waas-sdk "1.0.0-release"]