| GroupId | GroupIdcom.github.takusemba |
|---|---|
| ArtifactId | ArtifactIdaudiothief |
| Version | Version1.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| audiothief-1.0.3.pom | |
| audiothief-1.0.3-sources.jar | 3 KB |
| audiothief-1.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/audiothief/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>audiothief</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/audiothief/
implementation 'com.github.takusemba:audiothief:1.0.3'
// https://jarcasting.com/artifacts/com.github.takusemba/audiothief/
implementation ("com.github.takusemba:audiothief:1.0.3")
'com.github.takusemba:audiothief:aar:1.0.3'
<dependency org="com.github.takusemba" name="audiothief" rev="1.0.3">
<artifact name="audiothief" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='audiothief', version='1.0.3')
)
libraryDependencies += "com.github.takusemba" % "audiothief" % "1.0.3"
[com.github.takusemba/audiothief "1.0.3"]