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