is not current version
Last Version 2.0.2

io.ktor:ktor-network 1.3.0-rc

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

Categories

Categories

Net
GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-network
Version

Version

1.3.0-rc
Type

Type

jar

Download ktor-network 1.3.0-rc


<!-- https://jarcasting.com/artifacts/io.ktor/ktor-network/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-network</artifactId>
    <version>1.3.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-network/
implementation 'io.ktor:ktor-network:1.3.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-network/
implementation ("io.ktor:ktor-network:1.3.0-rc")
'io.ktor:ktor-network:jar:1.3.0-rc'
<dependency org="io.ktor" name="ktor-network" rev="1.3.0-rc">
  <artifact name="ktor-network" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-network', version='1.3.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-network" % "1.3.0-rc"
[io.ktor/ktor-network "1.3.0-rc"]