GroupId | GroupIdio.github.shabinder |
---|---|
ArtifactId | ArtifactIdyoutube-api-dl-android |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
youtube-api-dl-android-1.0.pom | |
youtube-api-dl-android-1.0-sources.jar | 45 KB |
youtube-api-dl-android-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shabinder/youtube-api-dl-android/ -->
<dependency>
<groupId>io.github.shabinder</groupId>
<artifactId>youtube-api-dl-android</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shabinder/youtube-api-dl-android/
implementation 'io.github.shabinder:youtube-api-dl-android:1.0'
// https://jarcasting.com/artifacts/io.github.shabinder/youtube-api-dl-android/
implementation ("io.github.shabinder:youtube-api-dl-android:1.0")
'io.github.shabinder:youtube-api-dl-android:aar:1.0'
<dependency org="io.github.shabinder" name="youtube-api-dl-android" rev="1.0">
<artifact name="youtube-api-dl-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.shabinder', module='youtube-api-dl-android', version='1.0')
)
libraryDependencies += "io.github.shabinder" % "youtube-api-dl-android" % "1.0"
[io.github.shabinder/youtube-api-dl-android "1.0"]