GroupId | GroupIdch.exense.commons |
---|---|
ArtifactId | ArtifactIdexense-auth-ldap |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
exense-auth-ldap-1.3.0.pom | |
exense-auth-ldap-1.3.0.jar | 6 KB |
exense-auth-ldap-1.3.0-sources.jar | 4 KB |
exense-auth-ldap-1.3.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.commons/exense-auth-ldap/ -->
<dependency>
<groupId>ch.exense.commons</groupId>
<artifactId>exense-auth-ldap</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.commons/exense-auth-ldap/
implementation 'ch.exense.commons:exense-auth-ldap:1.3.0'
// https://jarcasting.com/artifacts/ch.exense.commons/exense-auth-ldap/
implementation ("ch.exense.commons:exense-auth-ldap:1.3.0")
'ch.exense.commons:exense-auth-ldap:jar:1.3.0'
<dependency org="ch.exense.commons" name="exense-auth-ldap" rev="1.3.0">
<artifact name="exense-auth-ldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.commons', module='exense-auth-ldap', version='1.3.0')
)
libraryDependencies += "ch.exense.commons" % "exense-auth-ldap" % "1.3.0"
[ch.exense.commons/exense-auth-ldap "1.3.0"]