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