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