Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.tencent.yunxiaowei.net |
ArtifactId | ArtifactIdgateway |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
gateway-1.0.1.pom | |
gateway-1.0.1.aar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.yunxiaowei.net/gateway/ -->
<dependency>
<groupId>com.tencent.yunxiaowei.net</groupId>
<artifactId>gateway</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.net/gateway/
implementation 'com.tencent.yunxiaowei.net:gateway:1.0.1'
// https://jarcasting.com/artifacts/com.tencent.yunxiaowei.net/gateway/
implementation ("com.tencent.yunxiaowei.net:gateway:1.0.1")
'com.tencent.yunxiaowei.net:gateway:aar:1.0.1'
<dependency org="com.tencent.yunxiaowei.net" name="gateway" rev="1.0.1">
<artifact name="gateway" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.yunxiaowei.net', module='gateway', version='1.0.1')
)
libraryDependencies += "com.tencent.yunxiaowei.net" % "gateway" % "1.0.1"
[com.tencent.yunxiaowei.net/gateway "1.0.1"]