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