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