GroupId | GroupIdcom.olekdia |
---|---|
ArtifactId | ArtifactIdsound-pool |
Version | Version3.5.3 |
Type | Typeaar |
Filename | Size |
---|---|
sound-pool-3.5.3.pom | |
sound-pool-3.5.3.aar | 34 KB |
sound-pool-3.5.3-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.olekdia/sound-pool/ -->
<dependency>
<groupId>com.olekdia</groupId>
<artifactId>sound-pool</artifactId>
<version>3.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.olekdia/sound-pool/
implementation 'com.olekdia:sound-pool:3.5.3'
// https://jarcasting.com/artifacts/com.olekdia/sound-pool/
implementation ("com.olekdia:sound-pool:3.5.3")
'com.olekdia:sound-pool:aar:3.5.3'
<dependency org="com.olekdia" name="sound-pool" rev="3.5.3">
<artifact name="sound-pool" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.olekdia', module='sound-pool', version='3.5.3')
)
libraryDependencies += "com.olekdia" % "sound-pool" % "3.5.3"
[com.olekdia/sound-pool "3.5.3"]