One-CX Quarkus Extensions

Installation

Include the following bom artifact into your pom or parent pom and then pick the components you need.

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.tkit.onecx.quarkus</groupId>
            <artifactId>onecx-quarkus-bom</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
Some component come with additional documentation and configuration - check the 'Documentation' link for particular section.

Components

Include the component in your project by including the corresponding dependency.