GroupId | GroupIdcom.tencent.matrix |
---|---|
ArtifactId | ArtifactIdmatrix-fd |
Version | Version2.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
matrix-fd-2.0.1.pom | |
matrix-fd-2.0.1-sources.jar | 1 KB |
matrix-fd-2.0.1-so-symbols.jar | 68 KB |
matrix-fd-2.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.matrix/matrix-fd/ -->
<dependency>
<groupId>com.tencent.matrix</groupId>
<artifactId>matrix-fd</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-fd/
implementation 'com.tencent.matrix:matrix-fd:2.0.1'
// https://jarcasting.com/artifacts/com.tencent.matrix/matrix-fd/
implementation ("com.tencent.matrix:matrix-fd:2.0.1")
'com.tencent.matrix:matrix-fd:aar:2.0.1'
<dependency org="com.tencent.matrix" name="matrix-fd" rev="2.0.1">
<artifact name="matrix-fd" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.matrix', module='matrix-fd', version='2.0.1')
)
libraryDependencies += "com.tencent.matrix" % "matrix-fd" % "2.0.1"
[com.tencent.matrix/matrix-fd "2.0.1"]