| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesQuarkus Container Microservices Security | 
        
| GroupId | GroupIdio.quarkiverse.cxf | 
    
| ArtifactId | ArtifactIdquarkus-cxf-rt-ws-security-parent | 
    
| Last Version | Last Version1.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionQuarkus CXF WS Security - Parent 
            Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
    configuration 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| quarkus-cxf-rt-ws-security-parent-1.2.0.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-rt-ws-security-parent/ -->
<dependency>
    <groupId>io.quarkiverse.cxf</groupId>
    <artifactId>quarkus-cxf-rt-ws-security-parent</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-rt-ws-security-parent/
implementation 'io.quarkiverse.cxf:quarkus-cxf-rt-ws-security-parent:1.2.0'
                // https://jarcasting.com/artifacts/io.quarkiverse.cxf/quarkus-cxf-rt-ws-security-parent/
implementation ("io.quarkiverse.cxf:quarkus-cxf-rt-ws-security-parent:1.2.0")
                'io.quarkiverse.cxf:quarkus-cxf-rt-ws-security-parent:pom:1.2.0'
                <dependency org="io.quarkiverse.cxf" name="quarkus-cxf-rt-ws-security-parent" rev="1.2.0">
  <artifact name="quarkus-cxf-rt-ws-security-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.quarkiverse.cxf', module='quarkus-cxf-rt-ws-security-parent', version='1.2.0')
)
                libraryDependencies += "io.quarkiverse.cxf" % "quarkus-cxf-rt-ws-security-parent" % "1.2.0"
                [io.quarkiverse.cxf/quarkus-cxf-rt-ws-security-parent "1.2.0"]