s

struts2-pdfstream-plugin

Struts2 PDF Stream Plugin. This plugin allows to transform a view into a PDF stream and return it as a result from Action.
The Apache Software License, Version 2.0
Aleksandr Mashchenko
Files download
File Operation
struts2-pdfstream-plugin-2.0.0.jar download
struts2-pdfstream-plugin-2.0.0.pom download
struts2-pdfstream-plugin-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amashchenko.struts2.pdfstream</groupId>
  <artifactId>struts2-pdfstream-plugin</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.amashchenko.struts2.pdfstream:struts2-pdfstream-plugin:2.0.0'
Gradle Kotlin
implementation("com.amashchenko.struts2.pdfstream:struts2-pdfstream-plugin:2.0.0")
Scala SBT
libraryDependencies += "com.amashchenko.struts2.pdfstream" % "struts2-pdfstream-plugin" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amashchenko.struts2.pdfstream', module='struts2-pdfstream-plugin', version='2.0.0')
)
Apache Ivy
<dependency org="com.amashchenko.struts2.pdfstream" name="struts2-pdfstream-plugin" rev="2.0.0" />
Leiningen
[com.amashchenko.struts2.pdfstream/struts2-pdfstream-plugin "2.0.0"]
Apache Buildr
'com.amashchenko.struts2.pdfstream:struts2-pdfstream-plugin:jar:2.0.0'