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