ktor-bom
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-bom</artifactId> <version>3.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.ktor</groupId> <artifactId>ktor-bom</artifactId> <version>3.1.1</version> <packaging>pom</packaging> <name>ktor-bom</name> <description>Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.</description> <url>https://github.com/ktorio/ktor</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>JetBrains</id> <name>Jetbrains Team</name> <organization>JetBrains</organization> <organizationUrl>https://www.jetbrains.com</organizationUrl> </developer> </developers> <scm> <url>https://github.com/ktorio/ktor.git</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-io-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-shared-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-shared</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-test-dispatcher-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-utils-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-android-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-android</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-apache-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-apache</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-apache5-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-apache5</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-cio-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-curl</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-curl-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-curl-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-curl-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-darwin</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-darwin-legacy</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-ios</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-java-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-java</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jetty-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jetty</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jetty-jakarta-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jetty-jakarta</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-js-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-js-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-mock-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-plugins-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-plugins</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-winhttp</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-winhttp-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-http-cio-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cio-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-config-yaml-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-config-yaml</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-config-yaml-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-config-yaml-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-config-yaml-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-core-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-host-common-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-jakarta-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-jakarta</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-netty-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-netty</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-plugins-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-plugins</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-servlet-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-servlet</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-servlet-jakarta-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-servlet-jakarta</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-test-host-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-tomcat-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-tomcat</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-tomcat-jakarta-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-tomcat-jakarta</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-call-id-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-events-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-resources-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-sse-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websocket-serialization-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-websockets-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-auth-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-bom-remover-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-call-id-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-encoding-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-websockets-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-certificates-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-network-tls-certificates</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-test-http2-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-test-http2</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-test-http2-jakarta-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jetty-test-http2-jakarta</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-jwt-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-jwt</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-ldap-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auth-ldap</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-auto-head-response-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-body-limit-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-caching-headers-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-id-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-logging-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-call-logging</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-compression-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-compression</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-conditional-headers-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-content-negotiation-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-cors-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-csrf-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-data-conversion-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-default-headers-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-double-receive-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-forwarded-header-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-freemarker-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-freemarker</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-hsts-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-html-builder-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-http-redirect-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-i18n-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-i18n</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jte-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-jte</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-method-override-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-metrics-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-metrics</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-metrics-micrometer-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-metrics-micrometer</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-mustache-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-mustache</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-openapi-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-openapi</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-partial-content-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-pebble-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-pebble</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-rate-limit-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-request-validation-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-resources-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sessions-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-sse-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-status-pages-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-swagger-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-swagger</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-thymeleaf-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-thymeleaf</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-velocity-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-velocity</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-webjars-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-webjars</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-server-websockets-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-gson-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-gson</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-jackson-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-jackson</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-tests-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-tests</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-gson-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-gson</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jackson-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-jackson</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-serialization-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-cbor-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-protobuf-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-tests-wasm-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-androidnativearm32</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-androidnativearm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-androidnativex64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-androidnativex86</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-js</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-jvm</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-linuxarm64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-linuxx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-mingwx64</artifactId> <version>3.1.1</version> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-xml-wasm-js</artifactId> <version>3.1.1</version> </dependency> </dependencies> </dependencyManagement> </project>