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