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