h

humble-video-noarch

This is the main Humble Video Java library. It contains no native code, but all Java runtime code. It must be paired up with the correct humble-video-arch-*.jar library for your OS. For most users, depending on humble-video-all will work better.
Files download
File Operation
humble-video-noarch-0.3.0.jar download
humble-video-noarch-0.3.0.pom download
humble-video-noarch-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.humble</groupId>
  <artifactId>humble-video-noarch</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.humble:humble-video-noarch:0.3.0'
Gradle Kotlin
implementation("io.humble:humble-video-noarch:0.3.0")
Scala SBT
libraryDependencies += "io.humble" % "humble-video-noarch" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.humble', module='humble-video-noarch', version='0.3.0')
)
Apache Ivy
<dependency org="io.humble" name="humble-video-noarch" rev="0.3.0" />
Leiningen
[io.humble/humble-video-noarch "0.3.0"]
Apache Buildr
'io.humble:humble-video-noarch:jar:0.3.0'