Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.apache.struts</groupId>
  <artifactId>struts2-jasperreports-plugin</artifactId>
  <version>7.0.0</version>
</dependency>

Apache Ivy

<dependency org="org.apache.struts" name="struts2-jasperreports-plugin" rev="7.0.0">
  <artifact name="struts2-jasperreports-plugin" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.struts', module='struts2-jasperreports-plugin', version='7.0.0')
)

Gradle/Grails

implementation 'org.apache.struts:struts2-jasperreports-plugin:7.0.0'

Scala SBT

libraryDependencies += "org.apache.struts" % "struts2-jasperreports-plugin" % "7.0.0"

Leiningen

[org.apache.struts/struts2-jasperreports-plugin "7.0.0"]