You can download thymeleaf-spring4-3.0.2.release.jar in this page.
The Apache Software License, Version 2.0
thymeleaf-spring4-3.0.2.release.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt org.springframework.web.servlet.tags.form.SelectedValueComparatorWrapper.class org.springframework.web.servlet.tags.form.ValueFormatterWrapper.class org.thymeleaf.spring4.SpringTemplateEngine.class org.thymeleaf.spring4.context.SpringContextUtils.class org.thymeleaf.spring4.dialect.SpringStandardDialect.class org.thymeleaf.spring4.expression.Fields.class org.thymeleaf.spring4.expression.IThymeleafEvaluationContext.class org.thymeleaf.spring4.expression.Mvc.class org.thymeleaf.spring4.expression.RequestDataValues.class org.thymeleaf.spring4.expression.SPELContextMapWrapper.class org.thymeleaf.spring4.expression.SPELContextPropertyAccessor.class org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator.class org.thymeleaf.spring4.expression.SpringStandardConversionService.class org.thymeleaf.spring4.expression.SpringStandardExpressionObjectFactory.class org.thymeleaf.spring4.expression.SpringStandardExpressions.class org.thymeleaf.spring4.expression.Themes.class org.thymeleaf.spring4.expression.ThymeleafEvaluationContext.class org.thymeleaf.spring4.expression.ThymeleafEvaluationContextWrapper.class org.thymeleaf.spring4.messageresolver.SpringMessageResolver.class org.thymeleaf.spring4.naming.SpringContextVariableNames.class org.thymeleaf.spring4.processor.AbstractSpringFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringActionTagProcessor.class org.thymeleaf.spring4.processor.SpringErrorClassTagProcessor.class org.thymeleaf.spring4.processor.SpringErrorsTagProcessor.class org.thymeleaf.spring4.processor.SpringHrefTagProcessor.class org.thymeleaf.spring4.processor.SpringInputCheckboxFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringInputFileFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringInputGeneralFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringInputPasswordFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringInputRadioFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringMethodTagProcessor.class org.thymeleaf.spring4.processor.SpringObjectTagProcessor.class org.thymeleaf.spring4.processor.SpringOptionFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringOptionInSelectFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringSelectFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringSrcTagProcessor.class org.thymeleaf.spring4.processor.SpringTextareaFieldTagProcessor.class org.thymeleaf.spring4.processor.SpringTranslationDocTypeProcessor.class org.thymeleaf.spring4.processor.SpringValueTagProcessor.class org.thymeleaf.spring4.requestdata.IRequestDataValueProcessorDelegate.class org.thymeleaf.spring4.requestdata.RequestDataValueProcessor4Delegate.class org.thymeleaf.spring4.requestdata.RequestDataValueProcessorUtils.class org.thymeleaf.spring4.templateresolver.SpringResourceTemplateResolver.class org.thymeleaf.spring4.templateresource.SpringResourceTemplateResource.class org.thymeleaf.spring4.util.DetailedError.class org.thymeleaf.spring4.util.FieldUtils.class org.thymeleaf.spring4.util.SpringVersionUtils.class org.thymeleaf.spring4.view.AbstractThymeleafView.class org.thymeleaf.spring4.view.AjaxEnabledView.class org.thymeleaf.spring4.view.AjaxThymeleafView.class org.thymeleaf.spring4.view.AjaxThymeleafViewResolver.class org.thymeleaf.spring4.view.FlowAjaxThymeleafView.class org.thymeleaf.spring4.view.ThymeleafView.class org.thymeleaf.spring4.view.ThymeleafViewResolver.class org.thymeleaf.spring4.webflow.view.AjaxEnabledView.class org.thymeleaf.spring4.webflow.view.AjaxThymeleafView.class org.thymeleaf.spring4.webflow.view.AjaxThymeleafViewResolver.class org.thymeleaf.spring4.webflow.view.FlowAjaxThymeleafView.class org/thymeleaf/xml/thymeleaf-spring4/Spring-Standard-Dialect.xml
thymeleaf-spring4-3.0.2.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ========================================================================= --> <!-- --> <!-- Copyright (c) 2011-2016, 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-spring4</artifactId> <packaging>jar</packaging> <version>3.0.2.RELEASE</version> <name>thymeleaf-spring4</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:git:git@github.com:thymeleaf/thymeleaf-spring.git</url> <connection>scm:git:git@github.com:thymeleaf/thymeleaf-spring.git</connection> <developerConnection>scm:git:git@github.com:thymeleaf/thymeleaf-spring.git</developerConnection> <tag>thymeleaf-spring4-3.0.2.RELEASE</tag> </scm> <developers> <developer> <id>danielfernandez</id> <name>Daniel Fernandez</name> <email>daniel.fernandez AT 11thlabs DOT org</email> <roles> <role>Project Admin</role> <role>Lead Developer</role> </roles> </developer> <developer> <id>jmiguelsamper</id> <name>Jose Miguel Samper</name> <email>jmiguelsamper AT users DOT sourceforge DOT net</email> <roles> <role>Developer</role> </roles> </developer> <developer> <id>ultraq</id> <name>Emanuel Rabina</name> <email>emanuelrabina AT gmail DOT com</email> <roles> <role>Developer</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> <properties> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <!-- Spring version 4.0 is supported, but 4.1 is used as a dependency --> <!-- in order to integrate with some 4.1-only features. --> <springframework.version>4.1.0.RELEASE</springframework.version> <springwebflow.version>2.3.1.RELEASE</springwebflow.version> <slf4j.version>1.6.6</slf4j.version> </properties> <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>3.3</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.7</version> <configuration> <encoding>US-ASCII</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> <!-- These two entries are non-standard, specified by the Apache Software Foundation in --> <!-- their release preparation procedures as a way to pass this information on to the --> <!-- library users. See: http://commons.apache.org/releases/prepare.html --> <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.1</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> <excludePackageNames>org.springframework</excludePackageNames> </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.4</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> <version>2.5.2</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> </configuration> <executions> <execution> <!-- This is needed in order to allow Maven to release a project that is not in the root --> <!-- of a GitHub repository, but in a subfolder. --> <id>default</id> <goals> <goal>perform</goal> </goals> <configuration> <pomFileName>${project.artifactId}/pom.xml</pomFileName> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.0.2.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>ognl</groupId> <artifactId>ognl</artifactId> </exclusion> </exclusions> </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-beans</artifactId> <version>${springframework.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${springframework.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${springframework.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>${springframework.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.webflow</groupId> <artifactId>spring-webflow</artifactId> <version>${springwebflow.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.webflow</groupId> <artifactId>spring-js</artifactId> <version>${springwebflow.version}</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring4</artifactId> <version>3.0.2.release</version> </dependency>
If you think the following thymeleaf-spring4-3.0.2.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download thymeleaf-spring4-3.0.2.release.jar file