GroupId | GroupIdcom.github.kwaiopen |
---|---|
ArtifactId | ArtifactIdkwai-open-sdk |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kwai-open-sdk-1.0.1.pom | |
kwai-open-sdk-1.0.1.jar | 71 KB |
kwai-open-sdk-1.0.1-sources.jar | 45 KB |
kwai-open-sdk-1.0.1-javadoc.jar | 759 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kwaiopen/kwai-open-sdk/ -->
<dependency>
<groupId>com.github.kwaiopen</groupId>
<artifactId>kwai-open-sdk</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kwaiopen/kwai-open-sdk/
implementation 'com.github.kwaiopen:kwai-open-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.github.kwaiopen/kwai-open-sdk/
implementation ("com.github.kwaiopen:kwai-open-sdk:1.0.1")
'com.github.kwaiopen:kwai-open-sdk:jar:1.0.1'
<dependency org="com.github.kwaiopen" name="kwai-open-sdk" rev="1.0.1">
<artifact name="kwai-open-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kwaiopen', module='kwai-open-sdk', version='1.0.1')
)
libraryDependencies += "com.github.kwaiopen" % "kwai-open-sdk" % "1.0.1"
[com.github.kwaiopen/kwai-open-sdk "1.0.1"]