Download spring-ldap-ldif-core-1.3.1.release.jar file

Introduction

You can download spring-ldap-ldif-core-1.3.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-ldap-ldif-core-1.3.1.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ldap/spring-ldap-ldif-core/pom.properties
META-INF/maven/org.springframework.ldap/spring-ldap-ldif-core/pom.xml
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.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

Pom

spring-ldap-ldif-core-1.3.1.release.pom file content.

<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>

POM Entry

<dependency>
   <groupId>org.springframework.ldap</groupId>
   <artifactId>spring-ldap-ldif-core</artifactId>
   <version>1.3.1.release</version>
</dependency>

Download

If you think the following spring-ldap-ldif-core-1.3.1.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-ldap-ldif-core-1.3.1.release.jar file




PreviousNext

Related