thymeleaf-layout-dialect
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>3.4.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>3.4.0</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>https://github.com/ultraq/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>ultraq</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> <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>org.apache.groovy</groupId> <artifactId>groovy</artifactId> <version>4.0.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>nz.net.ultraq.groovy</groupId> <artifactId>groovy-extensions</artifactId> <version>2.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>nz.net.ultraq.thymeleaf</groupId> <artifactId>thymeleaf-expression-processor</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.1.3.RELEASE</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> </dependencies> </project>