arm.javagi.gst.0.8.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gst Show documentation
Show all versions of gst Show documentation
Java language bindings for Gst, generated with Java-GI
module org.freedesktop.gstreamer.gst {
requires org.jetbrains.annotations;
requires transitive org.gnome.glib;
requires transitive org.gnome.gmodule;
requires transitive org.gnome.gobject;
exports org.freedesktop.gstreamer.gst;
}