| License | License | 
|---|---|
| Categories | CategoriesQuarkus Container Microservices | 
| GroupId | GroupIdcom.github.adminfaces | 
| ArtifactId | ArtifactIdquarkus-omnifaces-parent | 
| Last Version | Last Version1.4.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionQuarkus - OmniFaces Enables OmniFaces in Quarkus applications | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| quarkus-omnifaces-parent-1.4.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.adminfaces/quarkus-omnifaces-parent/ -->
<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>quarkus-omnifaces-parent</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.adminfaces/quarkus-omnifaces-parent/
implementation 'com.github.adminfaces:quarkus-omnifaces-parent:1.4.0'// https://jarcasting.com/artifacts/com.github.adminfaces/quarkus-omnifaces-parent/
implementation ("com.github.adminfaces:quarkus-omnifaces-parent:1.4.0")'com.github.adminfaces:quarkus-omnifaces-parent:pom:1.4.0'<dependency org="com.github.adminfaces" name="quarkus-omnifaces-parent" rev="1.4.0">
  <artifact name="quarkus-omnifaces-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.adminfaces', module='quarkus-omnifaces-parent', version='1.4.0')
)libraryDependencies += "com.github.adminfaces" % "quarkus-omnifaces-parent" % "1.4.0"[com.github.adminfaces/quarkus-omnifaces-parent "1.4.0"]