License |
License |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-auth-jwt |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-auth-jwt
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-jwt-1.6.8.pom | |
ktor-auth-jwt-1.6.8.jar | 32 KB |
ktor-auth-jwt-1.6.8-sources.jar | 3 KB |
ktor-auth-jwt-1.6.8-kdoc.jar | 20 KB |
ktor-auth-jwt-1.6.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-auth-jwt/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-auth-jwt</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-auth-jwt/
implementation 'io.ktor:ktor-auth-jwt:1.6.8'
// https://jarcasting.com/artifacts/io.ktor/ktor-auth-jwt/
implementation ("io.ktor:ktor-auth-jwt:1.6.8")
'io.ktor:ktor-auth-jwt:jar:1.6.8'
<dependency org="io.ktor" name="ktor-auth-jwt" rev="1.6.8">
<artifact name="ktor-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-auth-jwt', version='1.6.8')
)
libraryDependencies += "io.ktor" % "ktor-auth-jwt" % "1.6.8"
[io.ktor/ktor-auth-jwt "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-auth | jar | 1.6.8 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
com.auth0 : java-jwt | jar | 3.13.0 |
com.auth0 : jwks-rsa | jar | 0.17.0 |
io.ktor : ktor-server-core | jar | 1.6.8 |