s

struts2-pdfstream-showcase

Struts2 PDF Stream Plug-in Showcase.
The Apache Software License, Version 2.0
Aleksandr Mashchenko
Files download
File Operation
struts2-pdfstream-showcase-1.2.2.pom download
struts2-pdfstream-showcase-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amashchenko.struts2.pdfstream</groupId>
  <artifactId>struts2-pdfstream-showcase</artifactId>
  <version>1.2.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.amashchenko.struts2.pdfstream:struts2-pdfstream-showcase:1.2.2'
Gradle Kotlin
implementation("com.amashchenko.struts2.pdfstream:struts2-pdfstream-showcase:1.2.2")
Scala SBT
libraryDependencies += "com.amashchenko.struts2.pdfstream" % "struts2-pdfstream-showcase" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.amashchenko.struts2.pdfstream', module='struts2-pdfstream-showcase', version='1.2.2')
)
Apache Ivy
<dependency org="com.amashchenko.struts2.pdfstream" name="struts2-pdfstream-showcase" rev="1.2.2" />
Leiningen
[com.amashchenko.struts2.pdfstream/struts2-pdfstream-showcase "1.2.2"]
Apache Buildr
'com.amashchenko.struts2.pdfstream:struts2-pdfstream-showcase:jar:1.2.2'