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