License |
License |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-auth |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-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-auth-1.6.8.pom | |
ktor-auth-1.6.8.jar | 285 KB |
ktor-auth-1.6.8-sources.jar | 30 KB |
ktor-auth-1.6.8-kdoc.jar | 222 KB |
ktor-auth-1.6.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-auth/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-auth</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation 'io.ktor:ktor-auth:1.6.8'
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation ("io.ktor:ktor-auth:1.6.8")
'io.ktor:ktor-auth:jar:1.6.8'
<dependency org="io.ktor" name="ktor-auth" rev="1.6.8">
<artifact name="ktor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-auth', version='1.6.8')
)
libraryDependencies += "io.ktor" % "ktor-auth" % "1.6.8"
[io.ktor/ktor-auth "1.6.8"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.5.2-native-mt |
org.slf4j : slf4j-api | jar | 1.7.36 |
io.ktor : ktor-client-core-jvm | jar | 1.6.8 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
io.ktor : ktor-server-core | jar | 1.6.8 |