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