| GroupId | GroupIdcom.haodanku.sdk |
|---|---|
| ArtifactId | ArtifactIdbianxian |
| Version | Version1.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| bianxian-1.0.8.pom | |
| bianxian-1.0.8-sources.jar | 31 KB |
| bianxian-1.0.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.haodanku.sdk/bianxian/ -->
<dependency>
<groupId>com.haodanku.sdk</groupId>
<artifactId>bianxian</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.haodanku.sdk/bianxian/
implementation 'com.haodanku.sdk:bianxian:1.0.8'
// https://jarcasting.com/artifacts/com.haodanku.sdk/bianxian/
implementation ("com.haodanku.sdk:bianxian:1.0.8")
'com.haodanku.sdk:bianxian:aar:1.0.8'
<dependency org="com.haodanku.sdk" name="bianxian" rev="1.0.8">
<artifact name="bianxian" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.haodanku.sdk', module='bianxian', version='1.0.8')
)
libraryDependencies += "com.haodanku.sdk" % "bianxian" % "1.0.8"
[com.haodanku.sdk/bianxian "1.0.8"]