is not current version
Last Version 0.8.2

com.github.ldapchai:ldapchai 0.7.3

The LDAP Chai API, easy to use LDAP for Java developers. LDAP Chai is a wrapper library that makes using ldap services as simple and easy as it can be. LDAP Chai has methods for commonly used functions, and relieves developers of the need to write code that has been written many times before.

GroupId

GroupId

com.github.ldapchai
ArtifactId

ArtifactId

ldapchai
Version

Version

0.7.3
Type

Type

jar

Download ldapchai 0.7.3


<!-- https://jarcasting.com/artifacts/com.github.ldapchai/ldapchai/ -->
<dependency>
    <groupId>com.github.ldapchai</groupId>
    <artifactId>ldapchai</artifactId>
    <version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ldapchai/ldapchai/
implementation 'com.github.ldapchai:ldapchai:0.7.3'
// https://jarcasting.com/artifacts/com.github.ldapchai/ldapchai/
implementation ("com.github.ldapchai:ldapchai:0.7.3")
'com.github.ldapchai:ldapchai:jar:0.7.3'
<dependency org="com.github.ldapchai" name="ldapchai" rev="0.7.3">
  <artifact name="ldapchai" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ldapchai', module='ldapchai', version='0.7.3')
)
libraryDependencies += "com.github.ldapchai" % "ldapchai" % "0.7.3"
[com.github.ldapchai/ldapchai "0.7.3"]