GroupId | GroupIdcom.tencent.matrix |
---|---|
ArtifactId | ArtifactIdmatrix-resource-canary-android |
Version | Version0.5.4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.tencent.matrix/matrix-resource-canary-android/ -->
<dependency>
<groupId>com.tencent.matrix</groupId>
<artifactId>matrix-resource-canary-android</artifactId>
<version>0.5.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-resource-canary-android/
implementation 'com.tencent.matrix:matrix-resource-canary-android:0.5.4'
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-resource-canary-android/
implementation ("com.tencent.matrix:matrix-resource-canary-android:0.5.4")
'com.tencent.matrix:matrix-resource-canary-android:aar:0.5.4'
<dependency org="com.tencent.matrix" name="matrix-resource-canary-android" rev="0.5.4">
<artifact name="matrix-resource-canary-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.matrix', module='matrix-resource-canary-android', version='0.5.4')
)
libraryDependencies += "com.tencent.matrix" % "matrix-resource-canary-android" % "0.5.4"
[com.tencent.matrix/matrix-resource-canary-android "0.5.4"]