Download dd4t-core-2.0.2.jar file

Introduction

You can download dd4t-core-2.0.2.jar in this page.

License

The Apache License, Version 2.0

Type List

dd4t-core-2.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.dd4t/dd4t-core/pom.properties
META-INF/maven/org.dd4t/dd4t-core/pom.xml
org.dd4t.contentmodel.impl.BaseComponent.class
org.dd4t.contentmodel.impl.BaseField.class
org.dd4t.contentmodel.impl.BaseItem.class
org.dd4t.contentmodel.impl.BasePage.class
org.dd4t.contentmodel.impl.BaseRepositoryLocalItem.class
org.dd4t.contentmodel.impl.BinaryDataImpl.class
org.dd4t.contentmodel.impl.BinaryImpl.class
org.dd4t.contentmodel.impl.CategoryImpl.class
org.dd4t.contentmodel.impl.ComponentImpl.class
org.dd4t.contentmodel.impl.ComponentLinkField.class
org.dd4t.contentmodel.impl.ComponentPresentationImpl.class
org.dd4t.contentmodel.impl.ComponentTemplateImpl.class
org.dd4t.contentmodel.impl.DateField.class
org.dd4t.contentmodel.impl.EmbeddedField.class
org.dd4t.contentmodel.impl.FieldSetImpl.class
org.dd4t.contentmodel.impl.KeywordField.class
org.dd4t.contentmodel.impl.KeywordImpl.class
org.dd4t.contentmodel.impl.MultimediaImpl.class
org.dd4t.contentmodel.impl.NumericField.class
org.dd4t.contentmodel.impl.OrganizationalItemImpl.class
org.dd4t.contentmodel.impl.PageImpl.class
org.dd4t.contentmodel.impl.PageTemplateImpl.class
org.dd4t.contentmodel.impl.PublicationDescriptorImpl.class
org.dd4t.contentmodel.impl.PublicationImpl.class
org.dd4t.contentmodel.impl.SchemaImpl.class
org.dd4t.contentmodel.impl.StructureGroupImpl.class
org.dd4t.contentmodel.impl.TextField.class
org.dd4t.contentmodel.impl.XhtmlField.class
org.dd4t.core.factories.impl.BaseFactory.class
org.dd4t.core.factories.impl.BinaryFactoryImpl.class
org.dd4t.core.factories.impl.ComponentPresentationFactoryImpl.class
org.dd4t.core.factories.impl.PageFactoryImpl.class
org.dd4t.core.factories.impl.TaxonomyFactoryImpl.class
org.dd4t.core.processors.impl.BaseProcessor.class
org.dd4t.core.processors.impl.DcpResolver.class
org.dd4t.core.processors.impl.LinkingProcessor.class
org.dd4t.core.processors.impl.RichTextResolver.class
org.dd4t.core.processors.impl.RichTextWithLinksResolver.class
org.dd4t.core.providers.BaseBrokerProvider.class
org.dd4t.core.providers.StringResultItemImpl.class
org.dd4t.core.resolvers.impl.DefaultLinkResolver.class
org.dd4t.core.resolvers.impl.UrlPublicationResolver.class
org.dd4t.core.serializers.impl.BinaryBuilder.class
org.dd4t.core.serializers.impl.SerializerFactory.class
org.dd4t.core.serializers.impl.json.FieldTypeConverter.class
org.dd4t.core.serializers.impl.json.JSONSerializer.class
org.dd4t.core.serializers.impl.xml.XmlSerializer.class
org.dd4t.core.util.CompressionUtils.class
org.dd4t.core.util.HttpRequestContext.class
org.dd4t.core.util.HttpUtils.class
org.dd4t.core.util.RichTextUtils.class
org.dd4t.core.util.TridionUtils.class
org.dd4t.core.util.XSLTransformer.class
org.dd4t.providers.transport.BinaryWrapper.class

Pom

dd4t-core-2.0.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>dd4t-parent</artifactId>
        <groupId>org.dd4t</groupId>
        <version>2.0.2</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>dd4t-core</artifactId>
    <name>${project.groupId}:${project.artifactId}</name>
    <description>Contains core functions for the dd4t framework.</description>
    <url>https://github.com/dd4t</url>

    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>Rogier Oudshoorn</name>
            <email>rogier.oudshoorn@gmail.com</email>
            <organization>DD4T</organization>
            <organizationUrl>https://github.com/dd4t</organizationUrl>
        </developer>
        <developer>
            <name>Raimond Kempees</name>
            <email>kempees@radagio.com</email>
            <organization>DD4T</organization>
            <organizationUrl>https://github.com/dd4t</organizationUrl>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:git@github.com:/dd4t/dd4t-2-java.git</connection>
        <developerConnection>scm:git:git@github.com:/dd4t/dd4t-2-java.git</developerConnection>
        <url>git@github.com:/dd4t/dd4t-2-java.git</url>
    </scm>
    <packaging>jar</packaging>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.dd4t</groupId>
            <artifactId>dd4t-databind</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.dd4t</groupId>
            <artifactId>dd4t-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jms</artifactId>
        </dependency>

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-annotations</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.datatype</groupId>
            <artifactId>jackson-datatype-joda</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-xml</artifactId>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jsoup</groupId>
            <artifactId>jsoup</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
        </dependency>

        <!-- Test dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.reflections</groupId>
            <artifactId>reflections</artifactId>
            <version>0.9.9-RC2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.dd4t</groupId>
   <artifactId>dd4t-core</artifactId>
   <version>2.0.2</version>
</dependency>

Download

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



Download dd4t-core-2.0.2.jar file




PreviousNext

Related