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