| GroupId | GroupIdcom.github.yunwjr |
|---|---|
| ArtifactId | ArtifactIdbs-sdk |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bs-sdk-0.0.2.pom | |
| bs-sdk-0.0.2.jar | 33 KB |
| bs-sdk-0.0.2-sources.jar | 11 KB |
| bs-sdk-0.0.2-javadoc.jar | 155 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yunwjr/bs-sdk/ -->
<dependency>
<groupId>com.github.yunwjr</groupId>
<artifactId>bs-sdk</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yunwjr/bs-sdk/
implementation 'com.github.yunwjr:bs-sdk:0.0.2'
// https://jarcasting.com/artifacts/com.github.yunwjr/bs-sdk/
implementation ("com.github.yunwjr:bs-sdk:0.0.2")
'com.github.yunwjr:bs-sdk:jar:0.0.2'
<dependency org="com.github.yunwjr" name="bs-sdk" rev="0.0.2">
<artifact name="bs-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yunwjr', module='bs-sdk', version='0.0.2')
)
libraryDependencies += "com.github.yunwjr" % "bs-sdk" % "0.0.2"
[com.github.yunwjr/bs-sdk "0.0.2"]