License |
License |
---|---|
GroupId | GroupIdcom.novell.ldap |
ArtifactId | ArtifactIdjldap |
Last Version | Last Version2009-10-07 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLDAP Class Libraries for Java (JLDAP)
The LDAP Class Libraries for Java (JLDAP) enable you to write applications to access, manage, update, and search for information stored in directories accessible using LDAPv3.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jldap-2009-10-07.pom | |
jldap-2009-10-07.jar | 411 KB |
jldap-2009-10-07-sources.jar | 752 KB |
jldap-2009-10-07-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.novell.ldap/jldap/ -->
<dependency>
<groupId>com.novell.ldap</groupId>
<artifactId>jldap</artifactId>
<version>2009-10-07</version>
</dependency>
// https://jarcasting.com/artifacts/com.novell.ldap/jldap/
implementation 'com.novell.ldap:jldap:2009-10-07'
// https://jarcasting.com/artifacts/com.novell.ldap/jldap/
implementation ("com.novell.ldap:jldap:2009-10-07")
'com.novell.ldap:jldap:jar:2009-10-07'
<dependency org="com.novell.ldap" name="jldap" rev="2009-10-07">
<artifact name="jldap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.novell.ldap', module='jldap', version='2009-10-07')
)
libraryDependencies += "com.novell.ldap" % "jldap" % "2009-10-07"
[com.novell.ldap/jldap "2009-10-07"]