arm.javagi.soup.0.10.2.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 soup Show documentation
Show all versions of soup Show documentation
Java language bindings for Soup, generated with Java-GI
The newest version!
module org.gnome.soup {
requires static java.compiler;
requires static org.jetbrains.annotations;
requires transitive org.gnome.gio;
exports org.gnome.soup;
}