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