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