You can download thymeleaf-spring3-1.1.2.jar in this page.
The Apache Software License, Version 2.0
thymeleaf-spring3-1.1.2.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt META-INF/maven/org.thymeleaf/thymeleaf-spring3/pom.properties META-INF/maven/org.thymeleaf/thymeleaf-spring3/pom.xml org.springframework.web.servlet.tags.form.SelectedValueComparatorWrapper.class org.springframework.web.servlet.tags.form.ValueFormatterWrapper.class org.thymeleaf.spring3.SpringTemplateEngine.class org.thymeleaf.spring3.context.Beans.class org.thymeleaf.spring3.context.SpringWebContext.class org.thymeleaf.spring3.dialect.SpringStandardDialect.class org.thymeleaf.spring3.expression.BeansPropertyAccessor.class org.thymeleaf.spring3.expression.Fields.class org.thymeleaf.spring3.expression.SpelExpressionEvaluator.class org.thymeleaf.spring3.expression.VariablesMapPropertyAccessor.class org.thymeleaf.spring3.expression.spel.BeansPropertyAccessor.class org.thymeleaf.spring3.expression.spel.FieldUtils.class org.thymeleaf.spring3.expression.spel.Fields.class org.thymeleaf.spring3.expression.spel.SpelExpressionEvaluator.class org.thymeleaf.spring3.expression.spel.VariablesMapPropertyAccessor.class org.thymeleaf.spring3.messageresolver.SpringMessageResolver.class org.thymeleaf.spring3.messageresolver.SpringNonCacheableMessageResolver.class org.thymeleaf.spring3.naming.SpringContextVariableNames.class org.thymeleaf.spring3.processor.attr.AbstractSpringFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringErrorsAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringInputCheckboxFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringInputFileFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringInputGeneralFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringInputPasswordFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringInputRadioFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringObjectAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringOptionFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringSelectFieldAttrProcessor.class org.thymeleaf.spring3.processor.attr.SpringTextareaFieldAttrProcessor.class org.thymeleaf.spring3.util.FieldUtils.class org.thymeleaf.spring3.view.ThymeleafView.class org.thymeleaf.spring3.view.ThymeleafViewResolver.class org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-frameset-thymeleaf-spring3-1.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-frameset-thymeleaf-spring3-2.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-strict-thymeleaf-spring3-1.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-strict-thymeleaf-spring3-2.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-transitional-thymeleaf-spring3-1.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml1-transitional-thymeleaf-spring3-2.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml11-thymeleaf-spring3-1.dtd org/thymeleaf/dtd/thymeleaf-spring3/xhtml11-thymeleaf-spring3-2.dtd
thymeleaf-spring3-1.1.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ======================================================================= --> <!-- --> <!-- Copyright (c) 2011, The THYMELEAF team (http://www.thymeleaf.org) --> <!-- --> <!-- Licensed under the Apache License, Version 2.0 (the "License"); --> <!-- you may not use this file except in compliance with the License. --> <!-- You may obtain a copy of the License at --> <!-- --> <!-- http://www.apache.org/licenses/LICENSE-2.0 --> <!-- --> <!-- Unless required by applicable law or agreed to in writing, software --> <!-- distributed under the License is distributed on an "AS IS" BASIS, --> <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> <!-- implied. See the License for the specific language governing --> <!-- permissions and limitations under the License. --> <!-- --> <!-- ======================================================================= --> <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> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring3</artifactId> <packaging>jar</packaging> <version>1.1.2</version> <name>thymeleaf-spring3</name> <url>http://www.thymeleaf.org</url> <description>XML/XHTML/HTML5 template engine for Java</description> <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> <organization> <name>The THYMELEAF team</name> <url>http://www.thymeleaf.org</url> </organization> <scm> <url>scm:svn:http://thymeleaf.svn.sourceforge.net/svnroot/thymeleaf/tags/thymeleaf-spring3/thymeleaf-spring3-1.1.2</url> <connection>scm:svn:https://thymeleaf.svn.sourceforge.net/svnroot/thymeleaf/tags/thymeleaf-spring3/thymeleaf-spring3-1.1.2</connection> <developerConnection>scm:svn:https://thymeleaf.svn.sourceforge.net/svnroot/thymeleaf/tags/thymeleaf-spring3/thymeleaf-spring3-1.1.2</developerConnection> </scm> <developers> <developer> <id>dfernandez</id> <name>Daniel Fernandez</name> <email>dfernandez AT users.sourceforge.net</email> <roles> <role>Project admin</role> </roles> </developer> </developers> <distributionManagement> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>http://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> </distributionManagement> <repositories> <repository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <build> <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> <directory>.</directory> <targetPath>META-INF</targetPath> <includes> <include>LICENSE.txt</include> <include>NOTICE.txt</include> </includes> </resource> </resources> <testResources> <testResource> <directory>src/test/resources</directory> </testResource> </testResources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> <configuration> <encoding>US-ASCII</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <noqualifier>java.lang</noqualifier> <overview>${basedir}/src/main/javadoc/overview.html</overview> <javadocDirectory>${basedir}/src/main/javadoc</javadocDirectory> <reportOutputDirectory>${project.reporting.outputDirectory}/api/${project.artifactId}/apidocs</reportOutputDirectory> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://thymeleaf.svn.sourceforge.net/svnroot/thymeleaf/tags/thymeleaf-spring3</tagBase> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.0.5.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>3.0.5.RELEASE</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>3.0.5.RELEASE</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>3.0.5.RELEASE</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring3</artifactId> <version>1.1.2</version> </dependency>
If you think the following thymeleaf-spring3-1.1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download thymeleaf-spring3-1.1.2.jar file