onecx-core
Installation
If you want to use this extension, you need to add the org.tkit.onecx.quarkus:onecx-core extension first to your build file.
For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>org.tkit.onecx.quarkus</groupId>
<artifactId>onecx-core</artifactId>
<version>2.0.0</version>
</dependency>