<dependency> <groupId>jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>6.3.0</version> </dependency>
implementation 'net.sf.jasperreports:jasperreports:6.3.0' jasperreports-6.3.0.jar download
| Dependency | Purpose | Suggested Version | | :--- | :--- | :--- | | commons-logging | Logging abstraction | 1.2 | | commons-digester | XML parsing for report templates | 2.1 | | itext | PDF generation (v2.1.7 – note, this is old but required) | 2.1.7 | | jfreechart | Chart rendering | 1.0.19 | | jackson-core | JSON data source support | 2.6.6 | | poi | Excel (XLS) export | 3.15 | jasperreports-6.3.0.jar download
Note that the core JAR requires several companion libraries to function (e.g., commons-beanutils commons-collections commons-logging jasperreports-6.3.0.jar download
Since version 6.3.0 is an older release, it is primarily hosted on developer repositories rather than the main "latest" download page: Maven Central Repository