| GroupId | GroupIdcom.haodanku.sdk |
|---|---|
| ArtifactId | ArtifactIdbianxian |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| bianxian-1.0.2.pom | |
| bianxian-1.0.2-sources.jar | 26 KB |
| bianxian-1.0.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.haodanku.sdk/bianxian/
implementation 'com.haodanku.sdk:bianxian:1.0.2'
// https://jarcasting.com/artifacts/com.haodanku.sdk/bianxian/
implementation ("com.haodanku.sdk:bianxian:1.0.2")
'com.haodanku.sdk:bianxian:aar:1.0.2'
<dependency org="com.haodanku.sdk" name="bianxian" rev="1.0.2">
<artifact name="bianxian" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.haodanku.sdk', module='bianxian', version='1.0.2')
)
libraryDependencies += "com.haodanku.sdk" % "bianxian" % "1.0.2"
[com.haodanku.sdk/bianxian "1.0.2"]