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