Download milyn-smooks-templating-1.6.jar file

Introduction

You can download milyn-smooks-templating-1.6.jar in this page.

License

Open Source

Type List

milyn-smooks-templating-1.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/content-handlers.inf
META-INF/maven/org.milyn/milyn-smooks-templating/pom.properties
META-INF/maven/org.milyn/milyn-smooks-templating/pom.xml
META-INF/xsd/smooks/freemarker-1.1.xsd
META-INF/xsd/smooks/freemarker-1.1.xsd-smooks.xml
META-INF/xsd/smooks/xsl-1.1.xsd
META-INF/xsd/smooks/xsl-1.1.xsd-smooks.xml
org.milyn.templating.AbstractTemplateProcessor.class
org.milyn.templating.BindTo.class
org.milyn.templating.Inline.class
org.milyn.templating.OutputTo.class
org.milyn.templating.TemplatingConfiguration.class
org.milyn.templating.Usage.class
org.milyn.templating.freemarker.FreeMarkerContentHandlerFactory.class
org.milyn.templating.freemarker.FreeMarkerTemplateProcessor.class
org.milyn.templating.freemarker.NodeModelSerializer.class
org.milyn.templating.stringtemplate.StringTemplateContentHandlerFactory.class
org.milyn.templating.xslt.XalanJavabeanExtension.class
org.milyn.templating.xslt.XslContentHandlerFactory.class
org.milyn.templating.xslt.XslTemplateProcessor.class
org/milyn/templating/freemarker/reporting/FreeMarkerTemplateProcessor_After.html
org/milyn/templating/freemarker/reporting/FreeMarkerTemplateProcessor_before.html
org/milyn/templating/freemarker/reporting/FreeMarkerTemplateProcessor_common.html
org/milyn/templating/stringtemplate/reporting/StringTemplateTemplateProcessor_After.html
org/milyn/templating/xslt/doc-files/templatelet.xsl
org/milyn/templating/xslt/reporting/XslTemplateProcessor_After.html
overview.html

Pom

milyn-smooks-templating-1.6.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.milyn</groupId>
        <artifactId>smooks-parent</artifactId>
        <version>1.6</version>
        <relativePath>../../smooks-parent/pom.xml</relativePath>
    </parent>

    <name>Milyn :: Smooks Cartridge :: Templating</name>
    <artifactId>milyn-smooks-templating</artifactId>

    <dependencies>
        <dependency>
            <groupId>org.milyn</groupId>
            <artifactId>milyn-smooks-javabean</artifactId>
        </dependency>
        <dependency>
            <groupId>antlr</groupId>
            <artifactId>stringtemplate</artifactId>
        </dependency>
        <dependency>
            <groupId>antlr</groupId>
            <artifactId>antlr</artifactId>
        </dependency>
        <dependency>
            <groupId>ognl</groupId>
            <artifactId>ognl</artifactId>
        </dependency>
        <dependency>
            <groupId>xalan</groupId>
            <artifactId>xalan</artifactId>
        </dependency>
        <dependency>
            <groupId>org.milyn</groupId>
            <artifactId>milyn-smooks-misc</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>xmlunit</groupId>
            <artifactId>xmlunit</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.milyn</groupId>
   <artifactId>milyn-smooks-templating</artifactId>
   <version>1.6</version>
</dependency>

Download

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



Download milyn-smooks-templating-1.6.jar file




PreviousNext

Related