f

ffprobejaxb

Import in Java Objects the struct of ffprobe XML return
https://github.com/hdsdi3g/medialib
Apache License 2.0
Files download
File Operation
ffprobejaxb-16.0.0.jar download
ffprobejaxb-16.0.0.pom download
ffprobejaxb-16.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tv.hd3g</groupId>
  <artifactId>ffprobejaxb</artifactId>
  <version>16.0.0</version>
</dependency>
Gradle Groovy
implementation 'tv.hd3g:ffprobejaxb:16.0.0'
Gradle Kotlin
implementation("tv.hd3g:ffprobejaxb:16.0.0")
Scala SBT
libraryDependencies += "tv.hd3g" % "ffprobejaxb" % "16.0.0"
Groovy Grape
@Grapes(
  @Grab(group='tv.hd3g', module='ffprobejaxb', version='16.0.0')
)
Apache Ivy
<dependency org="tv.hd3g" name="ffprobejaxb" rev="16.0.0" />
Leiningen
[tv.hd3g/ffprobejaxb "16.0.0"]
Apache Buildr
'tv.hd3g:ffprobejaxb:jar:16.0.0'