Download spring-ldap-odm-1.3.1.release.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ldap/spring-ldap-odm/pom.properties
META-INF/maven/org.springframework.ldap/spring-ldap-odm/pom.xml
log4j.properties
org.springframework.ldap.odm.annotations.Attribute.class
org.springframework.ldap.odm.annotations.Entry.class
org.springframework.ldap.odm.annotations.Id.class
org.springframework.ldap.odm.annotations.Transient.class
org.springframework.ldap.odm.core.OdmException.class
org.springframework.ldap.odm.core.OdmManager.class
org.springframework.ldap.odm.core.impl.AttributeMetaData.class
org.springframework.ldap.odm.core.impl.CaseIgnoreString.class
org.springframework.ldap.odm.core.impl.InvalidEntryException.class
org.springframework.ldap.odm.core.impl.MetaDataException.class
org.springframework.ldap.odm.core.impl.ObjectMetaData.class
org.springframework.ldap.odm.core.impl.OdmManagerImpl.class
org.springframework.ldap.odm.core.impl.OdmManagerImplFactoryBean.class
org.springframework.ldap.odm.core.impl.UnmanagedClassException.class
org.springframework.ldap.odm.tools.AttributeSchema.class
org.springframework.ldap.odm.tools.ObjectSchema.class
org.springframework.ldap.odm.tools.SchemaReader.class
org.springframework.ldap.odm.tools.SchemaToJava.class
org.springframework.ldap.odm.tools.SchemaViewer.class
org.springframework.ldap.odm.tools.SyntaxToJavaClass.class
org.springframework.ldap.odm.typeconversion.ConverterException.class
org.springframework.ldap.odm.typeconversion.ConverterManager.class
org.springframework.ldap.odm.typeconversion.impl.Converter.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerFactoryBean.class
org.springframework.ldap.odm.typeconversion.impl.ConverterManagerImpl.class
org.springframework.ldap.odm.typeconversion.impl.converters.FromStringConverter.class
org.springframework.ldap.odm.typeconversion.impl.converters.ToStringConverter.class
org/springframework/ldap/odm/tools/binary-attributes.txt
org/springframework/ldap/odm/tools/oc-to-java.ftl

Pom

spring-ldap-odm-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</artifactId>
        <version>1.3.1.RELEASE</version>
        <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap-odm</artifactId>
    <packaging>jar</packaging>
    <name>Spring LDAP ODM</name>
    <description>Object Directory Mapping framework</description>
    <url>http://springframework.org/ldap</url>
    <inceptionYear>2009</inceptionYear>
    <developers>
        <developer>
            <name>Paul Harvey</name>
            <email>paul@pauls-place.me.uk</email>
            <roles>
                <role>Developer</role>
            </roles>
            <timezone>0</timezone>
        </developer>
    </developers>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>
                            <mainClass>org.springframework.ldap.odm.tools.SchemaToJava</mainClass>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-pmd-plugin</artifactId>
                <version>2.4</version>
                <configuration>
                    <targetJdk>1.5</targetJdk>
                </configuration>
            </plugin>
        </plugins>
    </reporting>

    <repositories>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.ldap</groupId>
            <artifactId>spring-ldap-core</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.ldap</groupId>
            <artifactId>spring-ldap-core-tiger</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>commons-pool</groupId>
            <artifactId>commons-pool</artifactId>
            <type>jar</type>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>commons-cli</groupId>
            <artifactId>commons-cli</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.ldap</groupId>
            <artifactId>spring-ldap-test</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.15</version>
            <type>jar</type>
            <scope>runtime</scope>
            <exclusions>
                <exclusion>
                    <artifactId>jmxri</artifactId>
                    <groupId>com.sun.jmx</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>jms</artifactId>
                    <groupId>javax.jms</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>jmxtools</artifactId>
                    <groupId>com.sun.jdmk</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>jdepend</groupId>
            <artifactId>jdepend</artifactId>
            <type>jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <type>jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
        	<groupId>commons-lang</groupId>
        	<artifactId>commons-lang</artifactId>
        	<type>jar</type>
        	<scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

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

Download

If you think the following spring-ldap-odm-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-odm-1.3.1.release.jar file




PreviousNext

Related