| GroupId | GroupIdio.ktor |
|---|---|
| ArtifactId | ArtifactIdktor-auth |
| Version | Version1.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ktor-auth-1.1.5.pom | |
| ktor-auth-1.1.5.jar | 235 KB |
| ktor-auth-1.1.5-sources.jar | 26 KB |
| ktor-auth-1.1.5-kdoc.jar | 261 bytes |
| ktor-auth-1.1.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-auth/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-auth</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation 'io.ktor:ktor-auth:1.1.5'
// https://jarcasting.com/artifacts/io.ktor/ktor-auth/
implementation ("io.ktor:ktor-auth:1.1.5")
'io.ktor:ktor-auth:jar:1.1.5'
<dependency org="io.ktor" name="ktor-auth" rev="1.1.5">
<artifact name="ktor-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-auth', version='1.1.5')
)
libraryDependencies += "io.ktor" % "ktor-auth" % "1.1.5"
[io.ktor/ktor-auth "1.1.5"]