组织ID: |
nz.net.ultraq.thymeleaf |
项目ID: |
thymeleaf-layout-dialect |
版本: |
1.2.6 |
最后修改时间: |
2019-10-25 05:00:57 |
包类型: |
jar |
标题: |
Thymeleaf Layout Dialect |
描述: |
A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content. |
相关URL: |
http://www.ultraq.net.nz/programming/thymeleaf-layout-dialect/ |
大小: |
25.98KB |
|
Maven引入代码: |
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>1.2.6</version>
</dependency>
|
Gradle引入代码: |
nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:1.2.6
|
下载Jar包: |
|
POM文件内容: |
<?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.2.6</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>+12</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Justin Munn</name>
<roles>
<role>developer</role>
</roles>
<properties>
<contribution>Fixed up bugs in the title-pattern processor so that it behaves more naturally</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>scm:git:git@github.com:ultraq/thymeleaf-layout-dialect.git</url>
</scm>
<dependencies>
<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.1.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-testing</artifactId>
<version>2.1.3.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.18</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
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/LayoutDialect.xml
nz.net.ultraq.thymeleaf.LayoutUtilities.class
nz.net.ultraq.thymeleaf.decorator.Decorator.class
nz.net.ultraq.thymeleaf.decorator.DecoratorProcessor.class
nz.net.ultraq.thymeleaf.decorator.HtmlBodyDecorator.class
nz.net.ultraq.thymeleaf.decorator.HtmlDocumentDecorator.class
nz.net.ultraq.thymeleaf.decorator.HtmlHeadDecorator$HeadElement.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
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
thymeleaf-2.1.3.RELEASE.jar
/org.thymeleaf/thymeleaf/2.1.3.RELEASE
查看thymeleaf所有版本文件
thymeleaf-testing-2.1.3.RELEASE.jar
/org.thymeleaf/thymeleaf-testing/2.1.3.RELEASE
查看thymeleaf-testing所有版本文件
nekohtml-1.9.18.jar
/net.sourceforge.nekohtml/nekohtml/1.9.18
查看nekohtml所有版本文件
|