| Категории |
КатегорииJasperReports Прикладные библиотеки Reporting |
|---|---|
| Группа | Группаorg.apache.struts |
| Идентификатор | Идентификаторstruts2-jasperreports-plugin |
| Версия | Версия2.5.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.struts/struts2-jasperreports-plugin/ -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jasperreports-plugin</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.struts/struts2-jasperreports-plugin/
implementation 'org.apache.struts:struts2-jasperreports-plugin:2.5.1'
// https://jarcasting.com/artifacts/org.apache.struts/struts2-jasperreports-plugin/
implementation ("org.apache.struts:struts2-jasperreports-plugin:2.5.1")
'org.apache.struts:struts2-jasperreports-plugin:jar:2.5.1'
<dependency org="org.apache.struts" name="struts2-jasperreports-plugin" rev="2.5.1">
<artifact name="struts2-jasperreports-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.struts', module='struts2-jasperreports-plugin', version='2.5.1')
)
libraryDependencies += "org.apache.struts" % "struts2-jasperreports-plugin" % "2.5.1"
[org.apache.struts/struts2-jasperreports-plugin "2.5.1"]