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