t

thymeleaf-mvc-portlet-spring

Spring implementation of the Thymeleaf MVC Portlet API
文件下载
文件名 操作
thymeleaf-mvc-portlet-spring-3.1.2.jar 下载
thymeleaf-mvc-portlet-spring-3.1.2.pom 下载
thymeleaf-mvc-portlet-spring-3.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.portals.pluto.templating</groupId>
  <artifactId>thymeleaf-mvc-portlet-spring</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.portals.pluto.templating:thymeleaf-mvc-portlet-spring:3.1.2'
Gradle Kotlin
implementation("org.apache.portals.pluto.templating:thymeleaf-mvc-portlet-spring:3.1.2")
Scala SBT
libraryDependencies += "org.apache.portals.pluto.templating" % "thymeleaf-mvc-portlet-spring" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.portals.pluto.templating', module='thymeleaf-mvc-portlet-spring', version='3.1.2')
)
Apache Ivy
<dependency org="org.apache.portals.pluto.templating" name="thymeleaf-mvc-portlet-spring" rev="3.1.2" />
Leiningen
[org.apache.portals.pluto.templating/thymeleaf-mvc-portlet-spring "3.1.2"]
Apache Buildr
'org.apache.portals.pluto.templating:thymeleaf-mvc-portlet-spring:jar:3.1.2'