组织ID: |
org.springframework.ldap |
项目ID: |
spring-ldap-ldif-core |
版本: |
1.3.1.RELEASE |
最后修改时间: |
2018-08-01 19:33:11 |
包类型: |
jar |
标题: |
Spring LDAP LDIF Core |
描述: |
LDIFParser and supporting classes. |
大小: |
21.61KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.ldap:spring-ldap-ldif-core:1.3.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<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">
<parent>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent-tiger</artifactId>
<version>1.3.1.RELEASE</version>
<relativePath>../../parent/tiger</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-ldif-core</artifactId>
<name>Spring LDAP LDIF Core</name>
<description>LDIFParser and supporting classes.</description>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.ldap.core.LdapAttribute.class
org.springframework.ldap.core.LdapAttributes.class
org.springframework.ldap.ldif.InvalidAttributeFormatException.class
org.springframework.ldap.ldif.InvalidRecordFormatException.class
org.springframework.ldap.ldif.parser.LdifParser$1.class
org.springframework.ldap.ldif.parser.LdifParser.class
org.springframework.ldap.ldif.parser.Parser.class
org.springframework.ldap.ldif.support.AttributeValidationPolicy.class
org.springframework.ldap.ldif.support.DefaultAttributeValidationPolicy.class
org.springframework.ldap.ldif.support.LineIdentifier.class
org.springframework.ldap.ldif.support.SeparatorPolicy.class
org.springframework.ldap.schema.BasicSchemaSpecification.class
org.springframework.ldap.schema.DefaultSchemaSpecification.class
org.springframework.ldap.schema.Specification.class
META-INF/maven/org.springframework.ldap/spring-ldap-ldif-core/pom.xml
META-INF/maven/org.springframework.ldap/spring-ldap-ldif-core/pom.properties
|
依赖Jar: |
spring-ldap-core-${project.version}.jar
/org.springframework.ldap/spring-ldap-core/${project.version}
查看spring-ldap-core所有版本文件
|