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

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
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.2.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.ldap</groupId>
  <artifactId>spring-ldap-ldif-core</artifactId>
  <version>1.3.2.RELEASE</version>
  <name>spring-ldap-ldif-core</name>
  <description>spring-ldap-ldif-core</description>
  <url>http://www.springframework.org/ldap</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rwinch</id>
      <name>Rob Winch</name>
      <email>rwinch@gopivotal.com</email>
    </developer>
    <developer>
      <id>marthursson</id>
      <name>Mattias Hellborg Arthursson</name>
      <email>mattias@261consulting.com</email>
      <organization>261 Consulting</organization>
      <organizationUrl>http://www.261consulting.com</organizationUrl>
    </developer>
    <developer>
      <id>ulsa</id>
      <name>Ulrik Sandberg</name>
      <email>ulrik.sandberg@jayway.com</email>
      <organization>Jayway</organization>
      <organizationUrl>http://www.jayway.com</organizationUrl>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Eric Dalquist</name>
    </contributor>
    <contributor>
      <name>Marius Scurtescu</name>
    </contributor>
    <contributor>
      <name>Tim Terry</name>
    </contributor>
    <contributor>
      <name>Keith Barlow</name>
    </contributor>
    <contributor>
      <name>Paul Harvey</name>
    </contributor>
    <contributor>
      <name>Marvin S. Addison</name>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-ldap</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-ldap</developerConnection>
    <url>https://github.com/SpringSource/spring-ldap</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.batch</groupId>
      <artifactId>spring-batch-infrastructure</artifactId>
      <version>2.0.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.ldap</groupId>
      <artifactId>spring-ldap-core</artifactId>
      <version>1.3.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.batch</groupId>
      <artifactId>spring-batch-core</artifactId>
      <version>2.0.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.15</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following spring-ldap-ldif-core-1.3.2.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.2.release.jar file




PreviousNext

Related