描述: |
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Standard Edition of the LDAP SDK, which is a
complete, general-purpose library for communicating with LDAPv3 directory
servers.
|
POM文件内容: |
<!--
! Copyright 2007-2020 Ping Identity Corporation
! All Rights Reserved.
-->
<!--
! Copyright 2007-2020 Ping Identity Corporation
!
! Licensed under the Apache License, Version 2.0 (the "License");
! you may not use this file except in compliance with the License.
! You may obtain a copy of the License at
!
! http://www.apache.org/licenses/LICENSE-2.0
!
! Unless required by applicable law or agreed to in writing, software
! distributed under the License is distributed on an "AS IS" BASIS,
! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
! See the License for the specific language governing permissions and
! limitations under the License.
-->
<!--
! Copyright (C) 2007-2020 Ping Identity Corporation
!
! This program is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License (GPLv2 only)
! or the terms of the GNU Lesser General Public License (LGPLv2.1 only)
! as published by the Free Software Foundation.
!
! This program is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with this program; if not, see <http://www.gnu.org/licenses>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
<version>5.0.0</version>
<packaging>jar</packaging>
<name>UnboundID LDAP SDK for Java</name>
<description>
The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use
Java API for communicating with LDAP directory servers and performing
related tasks like reading and writing LDIF, encoding and decoding data
using base64 and ASN.1 BER, and performing secure communication. This
package contains the Standard Edition of the LDAP SDK, which is a
complete, general-purpose library for communicating with LDAPv3 directory
servers.
</description>
<url>https://github.com/pingidentity/ldapsdk</url>
<inceptionYear>2009</inceptionYear>
<organization>
<name>Ping Identity Corporation</name>
<url>https://github.com/pingidentity/ldapsdk</url>
</organization>
<developers>
<developer>
<id>dirmgr</id>
<name>Neil Wilson</name>
<email>neilwilson@pingidentity.com</email>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
<license>
<name>GNU General Public License version 2 (GPLv2)</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
</license>
<license>
<name>GNU Lesser General Public License version 2.1 (LGPLv2.1)</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
<license>
<name>UnboundID LDAP SDK Free Use License</name>
<url>https://docs.ldap.com/ldap-sdk/docs/LICENSE-UnboundID-LDAPSDK.txt</url>
<comments>This license is available from the UnboundID website.</comments>
</license>
</licenses>
<scm>
<url>https://github.com/pingidentity/ldapsdk</url>
<connection>scm:git:https://github.com/pingidentity/ldapsdk.git</connection>
<developerConnection>scm:git:https://github.com/pingidentity/ldapsdk.git</developerConnection>
</scm>
</project>
|