| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages | 
        
| GroupId | GroupIdio.ktor | 
    
| ArtifactId | ArtifactIdktor-test-dispatcher-js | 
    
| Version | Version2.0.0-beta-1 | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionktor-test-dispatcher 
            Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher-js/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-test-dispatcher-js</artifactId>
    <version>2.0.0-beta-1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher-js/
implementation 'io.ktor:ktor-test-dispatcher-js:2.0.0-beta-1'
                // https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher-js/
implementation ("io.ktor:ktor-test-dispatcher-js:2.0.0-beta-1")
                'io.ktor:ktor-test-dispatcher-js:pom:2.0.0-beta-1'
                <dependency org="io.ktor" name="ktor-test-dispatcher-js" rev="2.0.0-beta-1">
  <artifact name="ktor-test-dispatcher-js" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.ktor', module='ktor-test-dispatcher-js', version='2.0.0-beta-1')
)
                libraryDependencies += "io.ktor" % "ktor-test-dispatcher-js" % "2.0.0-beta-1"
                [io.ktor/ktor-test-dispatcher-js "2.0.0-beta-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.0 | 
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.0 | 
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.2-native-mt |