You can download thymeleaf-layout-dialect-2.2.2.jar in this page.
The Apache Software License, Version 2.0
thymeleaf-layout-dialect-2.2.2.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.LayoutDialect.class nz.net.ultraq.thymeleaf.context.extensions.IContextExtensions.class nz.net.ultraq.thymeleaf.decorators.DecorateProcessor.class nz.net.ultraq.thymeleaf.decorators.Decorator.class nz.net.ultraq.thymeleaf.decorators.DecoratorProcessor.class nz.net.ultraq.thymeleaf.decorators.SortingStrategy.class nz.net.ultraq.thymeleaf.decorators.TitlePatternProcessor.class nz.net.ultraq.thymeleaf.decorators.html.HtmlBodyDecorator.class nz.net.ultraq.thymeleaf.decorators.html.HtmlDocumentDecorator.class nz.net.ultraq.thymeleaf.decorators.html.HtmlHeadDecorator.class nz.net.ultraq.thymeleaf.decorators.html.HtmlTitleDecorator.class nz.net.ultraq.thymeleaf.decorators.strategies.AppendingStrategy.class nz.net.ultraq.thymeleaf.decorators.strategies.GroupingStrategy.class nz.net.ultraq.thymeleaf.decorators.xml.XmlDocumentDecorator.class nz.net.ultraq.thymeleaf.fragments.FragmentFinder.class nz.net.ultraq.thymeleaf.fragments.FragmentMap.class nz.net.ultraq.thymeleaf.fragments.FragmentParameterNamesExtractor.class nz.net.ultraq.thymeleaf.fragments.FragmentProcessor.class nz.net.ultraq.thymeleaf.includes.IncludeProcessor.class nz.net.ultraq.thymeleaf.includes.InsertProcessor.class nz.net.ultraq.thymeleaf.includes.ReplaceProcessor.class nz.net.ultraq.thymeleaf.models.AttributeMerger.class nz.net.ultraq.thymeleaf.models.ElementMerger.class nz.net.ultraq.thymeleaf.models.ModelBuilder.class nz.net.ultraq.thymeleaf.models.ModelMerger.class nz.net.ultraq.thymeleaf.models.TemplateModelFinder.class nz.net.ultraq.thymeleaf.models.VariableDeclaration.class nz.net.ultraq.thymeleaf.models.VariableDeclarationMerger.class nz.net.ultraq.thymeleaf.models.VariableDeclarationParser.class nz.net.ultraq.thymeleaf.models.extensions.ChildModelIterator.class nz.net.ultraq.thymeleaf.models.extensions.IAttributeExtensions.class nz.net.ultraq.thymeleaf.models.extensions.ICloseElementTagExtensions.class nz.net.ultraq.thymeleaf.models.extensions.IModelExtensions.class nz.net.ultraq.thymeleaf.models.extensions.IProcessableElementTagExtensions.class nz.net.ultraq.thymeleaf.models.extensions.IStandaloneElementTagExtensions.class nz.net.ultraq.thymeleaf.models.extensions.ITemplateEventExtensions.class nz.net.ultraq.thymeleaf.models.extensions.ITextExtensions.class nz.net.ultraq.thymeleaf.models.extensions.TemplateModelExtensions.class nz/net/ultraq/thymeleaf/LayoutDialect.xml
thymeleaf-layout-dialect-2.2.2.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>2.2.2</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> <email>emanuelrabina@gmail.com</email> <url>http://www.ultraq.net.nz/</url> <roles> <role>author</role> <role>developer</role> </roles> <timezone>Pacific/Auckland</timezone> </developer> </developers> <contributors> <contributor> <name>Justin Munn</name> <roles> <role>developer</role> </roles> <properties> <contribution>https://github.com/ultraq/thymeleaf-layout-dialect/pull/42</contribution> </properties> </contributor> <contributor> <name>Oliver Niekrenz</name> <email>oliver@niekrenz.de</email> <roles> <role>developer</role> </roles> <properties> <contribution>https://github.com/ultraq/thymeleaf-layout-dialect/pull/60</contribution> </properties> </contributor> </contributors> <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>https://github.com/ultraq/thymeleaf-layout-dialect</url> </scm> <dependencies> <dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-expression-processor</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.4.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.0.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-testing-junit</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-testing</artifactId> <version>3.0.0.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.12</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>2.2.2</version> </dependency>
If you think the following thymeleaf-layout-dialect-2.2.2.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-2.2.2.jar file