Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-network-iosarm64 |
Version | Version1.4.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-network-iosarm64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-network-iosarm64</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-network-iosarm64/
implementation 'io.ktor:ktor-network-iosarm64:1.4.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-network-iosarm64/
implementation ("io.ktor:ktor-network-iosarm64:1.4.1")
'io.ktor:ktor-network-iosarm64:pom:1.4.1'
<dependency org="io.ktor" name="ktor-network-iosarm64" rev="1.4.1">
<artifact name="ktor-network-iosarm64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-network-iosarm64', version='1.4.1')
)
libraryDependencies += "io.ktor" % "ktor-network-iosarm64" % "1.4.1"
[io.ktor/ktor-network-iosarm64 "1.4.1"]