| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages Net ORM Data |
| GroupId | GroupIdio.ktor |
| ArtifactId | ArtifactIdktor-network-kotlinMultiplatform |
| Last Version | Last Version1.4.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionktor-network
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktor-network-kotlinMultiplatform-1.4.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-network-kotlinMultiplatform/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-network-kotlinMultiplatform</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-network-kotlinMultiplatform/
implementation 'io.ktor:ktor-network-kotlinMultiplatform:1.4.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-network-kotlinMultiplatform/
implementation ("io.ktor:ktor-network-kotlinMultiplatform:1.4.1")
'io.ktor:ktor-network-kotlinMultiplatform:pom:1.4.1'
<dependency org="io.ktor" name="ktor-network-kotlinMultiplatform" rev="1.4.1">
<artifact name="ktor-network-kotlinMultiplatform" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-network-kotlinMultiplatform', version='1.4.1')
)
libraryDependencies += "io.ktor" % "ktor-network-kotlinMultiplatform" % "1.4.1"
[io.ktor/ktor-network-kotlinMultiplatform "1.4.1"]