HOME
> RM15 > RM15 DOWNLOAD ReportMill 15 Download |
RM 14 available here |
Select download:
Designer app (all platforms) |
Deployment Jar (all platforms) |
Gradle |
repositories { // Maven package repo at reportmill.com maven { url 'https://reportmill.com/maven' } } dependencies { // Latest release: https://github.com/reportmill/RM15/releases implementation 'com.reportmill:ReportMill15:2023.03' } |
Github Release |
Run RMStudio from the command line
To launch the ReportMill design application, simply double-click from the desktop or run from the command line:
prompt> curl -O https://reportmill.com/rm15/ReportMill15-2023.03.jar
prompt> java -jar ReportMill15-2023.03.jar
Supported Java Versions
ReportMill 15 supports Java version 8 and up.
JavaDoc is available here: Javadoc
Source is available here: RM15 Source (Github)