Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netease.yunxin.kit.common |
ArtifactId | ArtifactIdcommon |
Version | Version1.0.7 |
Type | Typeaar |
Filename | Size |
---|---|
common-1.0.7.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.netease.yunxin.kit.common/common/ -->
<dependency>
<groupId>com.netease.yunxin.kit.common</groupId>
<artifactId>common</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.netease.yunxin.kit.common/common/
implementation 'com.netease.yunxin.kit.common:common:1.0.7'
// https://jarcasting.com/artifacts/com.netease.yunxin.kit.common/common/
implementation ("com.netease.yunxin.kit.common:common:1.0.7")
'com.netease.yunxin.kit.common:common:aar:1.0.7'
<dependency org="com.netease.yunxin.kit.common" name="common" rev="1.0.7">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.netease.yunxin.kit.common', module='common', version='1.0.7')
)
libraryDependencies += "com.netease.yunxin.kit.common" % "common" % "1.0.7"
[com.netease.yunxin.kit.common/common "1.0.7"]