License |
License |
---|---|
Categories |
CategoriesKotlin Languages CLI User Interface ORM Data |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-auth-kotlinMultiplatform |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionktor-client-auth
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-client-auth-kotlinMultiplatform-1.1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-auth-kotlinMultiplatform/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-auth-kotlinMultiplatform</artifactId>
<version>1.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-auth-kotlinMultiplatform/
implementation 'io.ktor:ktor-client-auth-kotlinMultiplatform:1.1.5'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-auth-kotlinMultiplatform/
implementation ("io.ktor:ktor-client-auth-kotlinMultiplatform:1.1.5")
'io.ktor:ktor-client-auth-kotlinMultiplatform:pom:1.1.5'
<dependency org="io.ktor" name="ktor-client-auth-kotlinMultiplatform" rev="1.1.5">
<artifact name="ktor-client-auth-kotlinMultiplatform" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-auth-kotlinMultiplatform', version='1.1.5')
)
libraryDependencies += "io.ktor" % "ktor-client-auth-kotlinMultiplatform" % "1.1.5"
[io.ktor/ktor-client-auth-kotlinMultiplatform "1.1.5"]