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