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