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