GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-utils-macosx64 |
Version | Version1.2.6 |
Type | Typepom |
Filename | Size |
---|---|
ktor-utils-macosx64-1.2.6.pom | |
ktor-utils-macosx64-1.2.6.module | 3 KB |
ktor-utils-macosx64-1.2.6-sources.jar | 29 KB |
ktor-utils-macosx64-1.2.6-kdoc.jar | 261 bytes |
ktor-utils-macosx64-1.2.6-javadoc.jar | 261 bytes |
ktor-utils-macosx64-1.2.6-cinterop-utils.klib | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-utils-macosx64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-utils-macosx64</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-utils-macosx64/
implementation 'io.ktor:ktor-utils-macosx64:1.2.6'
// https://jarcasting.com/artifacts/io.ktor/ktor-utils-macosx64/
implementation ("io.ktor:ktor-utils-macosx64:1.2.6")
'io.ktor:ktor-utils-macosx64:pom:1.2.6'
<dependency org="io.ktor" name="ktor-utils-macosx64" rev="1.2.6">
<artifact name="ktor-utils-macosx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-utils-macosx64', version='1.2.6')
)
libraryDependencies += "io.ktor" % "ktor-utils-macosx64" % "1.2.6"
[io.ktor/ktor-utils-macosx64 "1.2.6"]