<dependency>
<groupId>com.github.rocketraman.bootable</groupId>
<artifactId>boot-server-http-ktor</artifactId>
<version>0.9.0</version>
</dependency>
libraryDependencies += "com.github.rocketraman.bootable" % "boot-server-http-ktor" % "0.9.0"
@Grapes(
@Grab(group='com.github.rocketraman.bootable', module='boot-server-http-ktor', version='0.9.0')
)
<dependency org="com.github.rocketraman.bootable" name="boot-server-http-ktor" rev="0.9.0" />