Skip to content

bpsbits-org/kt-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Toolbox

Quarkus Toolbox is a set of miscellaneous Kotlin-based tools for building Quarkus applications.

Usage

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.