| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdio.ktor | 
| ArtifactId | ArtifactIdktor-client-tests | 
| Last Version | Last Version2.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionktor-client-tests Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ktor-client-tests-2.0.2.pom | |
| ktor-client-tests-2.0.2.jar | 3 KB | 
| ktor-client-tests-2.0.2-sources.jar | 3 KB | 
| ktor-client-tests-2.0.2-kdoc.jar | 261 bytes | 
| ktor-client-tests-2.0.2-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-tests/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-tests</artifactId>
    <version>2.0.2</version>
</dependency>// https://jarcasting.com/artifacts/io.ktor/ktor-client-tests/
implementation 'io.ktor:ktor-client-tests:2.0.2'// https://jarcasting.com/artifacts/io.ktor/ktor-client-tests/
implementation ("io.ktor:ktor-client-tests:2.0.2")'io.ktor:ktor-client-tests:jar:2.0.2'<dependency org="io.ktor" name="ktor-client-tests" rev="2.0.2">
  <artifact name="ktor-client-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='io.ktor', module='ktor-client-tests', version='2.0.2')
)libraryDependencies += "io.ktor" % "ktor-client-tests" % "2.0.2"[io.ktor/ktor-client-tests "2.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 | 
| io.ktor : ktor-client-mock | jar | 2.0.2 | 
| io.ktor : ktor-test-dispatcher | jar | 2.0.2 | 
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 | 
| org.jetbrains.kotlinx : atomicfu | jar | 0.17.1 | 
