GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-server-cio |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
ktor-server-cio-1.2.3.pom | |
ktor-server-cio-1.2.3.jar | 74 KB |
ktor-server-cio-1.2.3-sources.jar | 8 KB |
ktor-server-cio-1.2.3-kdoc.jar | 26 KB |
ktor-server-cio-1.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-server-cio/
implementation 'io.ktor:ktor-server-cio:1.2.3'
// https://jarcasting.com/artifacts/io.ktor/ktor-server-cio/
implementation ("io.ktor:ktor-server-cio:1.2.3")
'io.ktor:ktor-server-cio:jar:1.2.3'
<dependency org="io.ktor" name="ktor-server-cio" rev="1.2.3">
<artifact name="ktor-server-cio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-server-cio', version='1.2.3')
)
libraryDependencies += "io.ktor" % "ktor-server-cio" % "1.2.3"
[io.ktor/ktor-server-cio "1.2.3"]