GroupId | GroupIdcom.kuaishou.koom |
---|---|
ArtifactId | ArtifactIdxhook |
Version | Version2.0.0-beta1 |
Type | Typeaar |
Filename | Size |
---|---|
xhook-2.0.0-beta1.pom | |
xhook-2.0.0-beta1-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.kuaishou.koom/xhook/ -->
<dependency>
<groupId>com.kuaishou.koom</groupId>
<artifactId>xhook</artifactId>
<version>2.0.0-beta1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.kuaishou.koom/xhook/
implementation 'com.kuaishou.koom:xhook:2.0.0-beta1'
// https://jarcasting.com/artifacts/com.kuaishou.koom/xhook/
implementation ("com.kuaishou.koom:xhook:2.0.0-beta1")
'com.kuaishou.koom:xhook:aar:2.0.0-beta1'
<dependency org="com.kuaishou.koom" name="xhook" rev="2.0.0-beta1">
<artifact name="xhook" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.kuaishou.koom', module='xhook', version='2.0.0-beta1')
)
libraryDependencies += "com.kuaishou.koom" % "xhook" % "2.0.0-beta1"
[com.kuaishou.koom/xhook "2.0.0-beta1"]