| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hoary.ffmpeg |
| ArtifactId | ArtifactIdFFmpeg-windows-x86 |
| Last Version | Last Version2.0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJNI and FFmpeg binaries for JavaAV
|
| Filename | Size |
|---|---|
| FFmpeg-windows-x86-2.0.1.1.pom | |
| FFmpeg-windows-x86-2.0.1.1.jar | 16 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/FFmpeg-windows-x86/ -->
<dependency>
<groupId>com.github.hoary.ffmpeg</groupId>
<artifactId>FFmpeg-windows-x86</artifactId>
<version>2.0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/FFmpeg-windows-x86/
implementation 'com.github.hoary.ffmpeg:FFmpeg-windows-x86:2.0.1.1'
// https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/FFmpeg-windows-x86/
implementation ("com.github.hoary.ffmpeg:FFmpeg-windows-x86:2.0.1.1")
'com.github.hoary.ffmpeg:FFmpeg-windows-x86:jar:2.0.1.1'
<dependency org="com.github.hoary.ffmpeg" name="FFmpeg-windows-x86" rev="2.0.1.1">
<artifact name="FFmpeg-windows-x86" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoary.ffmpeg', module='FFmpeg-windows-x86', version='2.0.1.1')
)
libraryDependencies += "com.github.hoary.ffmpeg" % "FFmpeg-windows-x86" % "2.0.1.1"
[com.github.hoary.ffmpeg/FFmpeg-windows-x86 "2.0.1.1"]