Quarkus OmniFaces
A Quarkus extension that lets you utilize OmniFaces library to make JSF development so much easier!
Installation
If you want to use this extension, you need to add the io.quarkiverse.omnifaces:quarkus-omnifaces
extension first to your build file.
For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>io.quarkiverse.omnifaces</groupId>
<artifactId>quarkus-omnifaces</artifactId>
<version>4.5.1.1</version>
</dependency>