| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hoary.ffmpeg |
| ArtifactId | ArtifactIdJavaAV-FFmpeg |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionJavaAV-FFmpeg
JNI and FFmpeg binaries for JavaAV
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| JavaAV-FFmpeg-1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/JavaAV-FFmpeg/ -->
<dependency>
<groupId>com.github.hoary.ffmpeg</groupId>
<artifactId>JavaAV-FFmpeg</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/JavaAV-FFmpeg/
implementation 'com.github.hoary.ffmpeg:JavaAV-FFmpeg:1.0'
// https://jarcasting.com/artifacts/com.github.hoary.ffmpeg/JavaAV-FFmpeg/
implementation ("com.github.hoary.ffmpeg:JavaAV-FFmpeg:1.0")
'com.github.hoary.ffmpeg:JavaAV-FFmpeg:pom:1.0'
<dependency org="com.github.hoary.ffmpeg" name="JavaAV-FFmpeg" rev="1.0">
<artifact name="JavaAV-FFmpeg" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hoary.ffmpeg', module='JavaAV-FFmpeg', version='1.0')
)
libraryDependencies += "com.github.hoary.ffmpeg" % "JavaAV-FFmpeg" % "1.0"
[com.github.hoary.ffmpeg/JavaAV-FFmpeg "1.0"]