| GroupId | GroupIdcom.arthenica |
|---|---|
| ArtifactId | ArtifactIdffmpeg-kit-https |
| Version | Version4.5.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ffmpeg-kit-https-4.5.1.pom | |
| ffmpeg-kit-https-4.5.1.aar | 34 MB |
| ffmpeg-kit-https-4.5.1-sources.jar | 51 KB |
| ffmpeg-kit-https-4.5.1-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-https/ -->
<dependency>
<groupId>com.arthenica</groupId>
<artifactId>ffmpeg-kit-https</artifactId>
<version>4.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-https/
implementation 'com.arthenica:ffmpeg-kit-https:4.5.1'
// https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-https/
implementation ("com.arthenica:ffmpeg-kit-https:4.5.1")
'com.arthenica:ffmpeg-kit-https:aar:4.5.1'
<dependency org="com.arthenica" name="ffmpeg-kit-https" rev="4.5.1">
<artifact name="ffmpeg-kit-https" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arthenica', module='ffmpeg-kit-https', version='4.5.1')
)
libraryDependencies += "com.arthenica" % "ffmpeg-kit-https" % "4.5.1"
[com.arthenica/ffmpeg-kit-https "4.5.1"]