Quarkus Toolbox is a set of miscellaneous Kotlin-based tools for building Quarkus applications.
Add dependency into pom.xml
.
<dependency>
<groupId>org.bpsbits</groupId>
<artifactId>kt-rest</artifactId>
<version>2.0.0</version>
</dependency>
See kt-rest in Maven Central for more options.