GroupId | GroupIdcom.arthenica |
---|---|
ArtifactId | ArtifactIdffmpeg-kit-min-gpl |
Version | Version4.5.1.LTS |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-min-gpl/ -->
<dependency>
<groupId>com.arthenica</groupId>
<artifactId>ffmpeg-kit-min-gpl</artifactId>
<version>4.5.1.LTS</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-min-gpl/
implementation 'com.arthenica:ffmpeg-kit-min-gpl:4.5.1.LTS'
// https://jarcasting.com/artifacts/com.arthenica/ffmpeg-kit-min-gpl/
implementation ("com.arthenica:ffmpeg-kit-min-gpl:4.5.1.LTS")
'com.arthenica:ffmpeg-kit-min-gpl:aar:4.5.1.LTS'
<dependency org="com.arthenica" name="ffmpeg-kit-min-gpl" rev="4.5.1.LTS">
<artifact name="ffmpeg-kit-min-gpl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arthenica', module='ffmpeg-kit-min-gpl', version='4.5.1.LTS')
)
libraryDependencies += "com.arthenica" % "ffmpeg-kit-min-gpl" % "4.5.1.LTS"
[com.arthenica/ffmpeg-kit-min-gpl "4.5.1.LTS"]