GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-test-dispatcher |
Version | Version1.3.0-rc |
Type | Typejar |
Filename | Size |
---|---|
ktor-test-dispatcher-1.3.0-rc.pom | |
ktor-test-dispatcher-1.3.0-rc.jar | 1 KB |
ktor-test-dispatcher-1.3.0-rc-sources.jar | 767 bytes |
ktor-test-dispatcher-1.3.0-rc-kdoc.jar | 261 bytes |
ktor-test-dispatcher-1.3.0-rc-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-test-dispatcher</artifactId>
<version>1.3.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher/
implementation 'io.ktor:ktor-test-dispatcher:1.3.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-test-dispatcher/
implementation ("io.ktor:ktor-test-dispatcher:1.3.0-rc")
'io.ktor:ktor-test-dispatcher:jar:1.3.0-rc'
<dependency org="io.ktor" name="ktor-test-dispatcher" rev="1.3.0-rc">
<artifact name="ktor-test-dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-test-dispatcher', version='1.3.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-test-dispatcher" % "1.3.0-rc"
[io.ktor/ktor-test-dispatcher "1.3.0-rc"]