<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-tomcat</artifactId> <version>2.0.3</version> </dependency>
implementation 'io.ktor:ktor-server-tomcat:2.0.3'
implementation("io.ktor:ktor-server-tomcat:2.0.3")
libraryDependencies += "io.ktor" % "ktor-server-tomcat" % "2.0.3"
@Grapes( @Grab(group='io.ktor', module='ktor-server-tomcat', version='2.0.3') )
<dependency org="io.ktor" name="ktor-server-tomcat" rev="2.0.3" />
[io.ktor/ktor-server-tomcat "2.0.3"]
'io.ktor:ktor-server-tomcat:jar:2.0.3'
runtime
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21