Download thymeleaf-layout-dialect-1.1.3.jar file

Introduction

You can download thymeleaf-layout-dialect-1.1.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

thymeleaf-layout-dialect-1.1.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect/pom.properties
META-INF/maven/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect/pom.xml
nz.net.ultraq.thymeleaf.AbstractContentProcessor.class
nz.net.ultraq.thymeleaf.FragmentProcessor.class
nz.net.ultraq.thymeleaf.LayoutDialect.class
nz.net.ultraq.thymeleaf.decorator.Decorator.class
nz.net.ultraq.thymeleaf.decorator.DecoratorProcessor.class
nz.net.ultraq.thymeleaf.decorator.DecoratorUtilities.class
nz.net.ultraq.thymeleaf.decorator.HtmlBodyDecorator.class
nz.net.ultraq.thymeleaf.decorator.HtmlDocumentDecorator.class
nz.net.ultraq.thymeleaf.decorator.HtmlHeadDecorator.class
nz.net.ultraq.thymeleaf.decorator.TitlePatternProcessor.class
nz.net.ultraq.thymeleaf.decorator.XmlDocumentDecorator.class
nz.net.ultraq.thymeleaf.decorator.XmlElementDecorator.class
nz.net.ultraq.thymeleaf.include.IncludeProcessor.class
nz.net.ultraq.thymeleaf.include.ReplaceProcessor.class
nz.net.ultraq.thymeleaf.include.SubstituteByProcessor.class
nz/net/ultraq/thymeleaf/LayoutDialect.xml

Pom

thymeleaf-layout-dialect-1.1.3.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>nz.net.ultraq.thymeleaf</groupId>
  <artifactId>thymeleaf-layout-dialect</artifactId>
  <version>1.1.3</version>
  <name>Thymeleaf Layout Dialect</name>
  <description>A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.</description>
  <url>http://www.ultraq.net.nz/programming/thymeleaf-layout-dialect/</url>
  <inceptionYear>2012</inceptionYear>
  <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>emanuelrabina</id>
      <name>Emanuel Rabina</name>
      <url>http://www.ultraq.net.nz/</url>
      <roles>
        <role>author</role>
        <role>developer</role>
      </roles>
      <timezone>+12</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:ultraq/thymeleaf-layout-dialect.git</connection>
    <developerConnection>scm:git:git@github.com:ultraq/thymeleaf-layout-dialect.git</developerConnection>
    <url>scm:git:git@github.com:ultraq/thymeleaf-layout-dialect.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf-testing</artifactId>
      <version>2.0.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.nekohtml</groupId>
      <artifactId>nekohtml</artifactId>
      <version>1.9.18</version>
      <scope>test</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>nz.net.ultraq.thymeleaf</groupId>
   <artifactId>thymeleaf-layout-dialect</artifactId>
   <version>1.1.3</version>
</dependency>

Download

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



Download thymeleaf-layout-dialect-1.1.3.jar file




PreviousNext

Related