is not current version
Last Version 1.6.8

io.ktor:ktor-auth 1.2.2

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-auth
Version

Version

1.2.2
Type

Type

jar

Download ktor-auth 1.2.2


<!-- https://jarcasting.com/artifacts/io.ktor/ktor-auth/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-auth</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation 'io.ktor:ktor-auth:1.2.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation ("io.ktor:ktor-auth:1.2.2")
'io.ktor:ktor-auth:jar:1.2.2'
<dependency org="io.ktor" name="ktor-auth" rev="1.2.2">
  <artifact name="ktor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-auth', version='1.2.2')
)
libraryDependencies += "io.ktor" % "ktor-auth" % "1.2.2"
[io.ktor/ktor-auth "1.2.2"]