s

struts2-pdfstream-tiles3

Adds the ability to use Apache Tiles version 3.x definitions as a view in Struts2 PDF Stream Plugin.
The Apache Software License, Version 2.0
Aleksandr Mashchenko
Files download
File Operation
struts2-pdfstream-tiles3-1.3.0.jar download
struts2-pdfstream-tiles3-1.3.0.pom download
struts2-pdfstream-tiles3-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amashchenko.struts2.pdfstream</groupId>
  <artifactId>struts2-pdfstream-tiles3</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.amashchenko.struts2.pdfstream:struts2-pdfstream-tiles3:1.3.0'
Gradle Kotlin
implementation("com.amashchenko.struts2.pdfstream:struts2-pdfstream-tiles3:1.3.0")
Scala SBT
libraryDependencies += "com.amashchenko.struts2.pdfstream" % "struts2-pdfstream-tiles3" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amashchenko.struts2.pdfstream', module='struts2-pdfstream-tiles3', version='1.3.0')
)
Apache Ivy
<dependency org="com.amashchenko.struts2.pdfstream" name="struts2-pdfstream-tiles3" rev="1.3.0" />
Leiningen
[com.amashchenko.struts2.pdfstream/struts2-pdfstream-tiles3 "1.3.0"]
Apache Buildr
'com.amashchenko.struts2.pdfstream:struts2-pdfstream-tiles3:jar:1.3.0'