组织ID: |
org.apache.directory.shared |
项目ID: |
shared-ldap-constants |
版本: |
0.9.6 |
最后修改时间: |
2019-09-18 11:33:00 |
包类型: |
jar |
标题: |
Apache Directory Protocol Ldap Shared Constants |
描述: |
Common LDAP constants used by clients and servers. |
相关URL: |
http://issues.apache.org/jira/browse/DIRSERVER |
大小: |
8.90KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.directory.shared</groupId>
<artifactId>shared-ldap-constants</artifactId>
<version>0.9.6</version>
</dependency>
|
Gradle引入代码: |
org.apache.directory.shared:shared-ldap-constants:0.9.6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?><project>
<parent>
<artifactId>build</artifactId>
<groupId>org.apache.directory.shared</groupId>
<version>0.9.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shared-ldap-constants</artifactId>
<name>Apache Directory Protocol Ldap Shared Constants</name>
<version>0.9.6</version>
<description>Common LDAP constants used by clients and servers.</description>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/browse/DIRSERVER</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<address>dev@directory.apache.org</address>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2007</inceptionYear>
<mailingLists>
<mailingList>
<name>Apache Directory Project</name>
<subscribe>dev-subscribe@directory.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/dev/</archive>
<otherArchives>
<otherArchive>http://www.archivum.info/dev@directory.apache.org/</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared/ldap-constants</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/trunks/shared/ldap-constants</developerConnection>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<debug>true</debug>
<optimize>true</optimize>
<showDeprecations>true</showDeprecations>
<encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
<id>apache.websites</id>
<url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
</site>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.directory.shared.ldap.constants.SchemaConstants.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/maven/org.apache.directory.shared/shared-ldap-constants/pom.xml
META-INF/maven/org.apache.directory.shared/shared-ldap-constants/pom.properties
|
依赖Jar: |
无
|