| GroupId | GroupIdcom.github.dkzwm |
|---|---|
| ArtifactId | ArtifactIdsrl-ext-dynamic-rebound |
| Version | Version1.7.2.2 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.dkzwm/srl-ext-dynamic-rebound/ -->
<dependency>
<groupId>com.github.dkzwm</groupId>
<artifactId>srl-ext-dynamic-rebound</artifactId>
<version>1.7.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dkzwm/srl-ext-dynamic-rebound/
implementation 'com.github.dkzwm:srl-ext-dynamic-rebound:1.7.2.2'
// https://jarcasting.com/artifacts/com.github.dkzwm/srl-ext-dynamic-rebound/
implementation ("com.github.dkzwm:srl-ext-dynamic-rebound:1.7.2.2")
'com.github.dkzwm:srl-ext-dynamic-rebound:aar:1.7.2.2'
<dependency org="com.github.dkzwm" name="srl-ext-dynamic-rebound" rev="1.7.2.2">
<artifact name="srl-ext-dynamic-rebound" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dkzwm', module='srl-ext-dynamic-rebound', version='1.7.2.2')
)
libraryDependencies += "com.github.dkzwm" % "srl-ext-dynamic-rebound" % "1.7.2.2"
[com.github.dkzwm/srl-ext-dynamic-rebound "1.7.2.2"]