s

struts2-jasperreports-plugin

Files download
File Operation
struts2-jasperreports-plugin-2.3.35.jar download
struts2-jasperreports-plugin-2.3.35.pom download
struts2-jasperreports-plugin-2.3.35-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-jasperreports-plugin</artifactId>
  <version>2.3.35</version>
</dependency>
Gradle Groovy
implementation 'org.apache.struts:struts2-jasperreports-plugin:2.3.35'
Gradle Kotlin
implementation("org.apache.struts:struts2-jasperreports-plugin:2.3.35")
Scala SBT
libraryDependencies += "org.apache.struts" % "struts2-jasperreports-plugin" % "2.3.35"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.struts', module='struts2-jasperreports-plugin', version='2.3.35')
)
Apache Ivy
<dependency org="org.apache.struts" name="struts2-jasperreports-plugin" rev="2.3.35" />
Leiningen
[org.apache.struts/struts2-jasperreports-plugin "2.3.35"]
Apache Buildr
'org.apache.struts:struts2-jasperreports-plugin:jar:2.3.35'