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