The KOS freestyle extension API provides additional components that make it easier to dispense drinks from microdosing-style equipment.
This section describes how to add the freestyle extension API to your project.
To add the freestyle extension to your project, use the following Maven dependency block:
<dependency> <groupId>com.kosdev.kos.sdk.api</groupId> <artifactId>api-freestyle</artifactId> <scope>provided</scope> </dependency>