QQQ-26 Initial buildout of qqq exporting capability

This commit is contained in:
2022-07-19 10:36:29 -05:00
parent f35744cd19
commit 84b0e12493
26 changed files with 2026 additions and 45 deletions

View File

@ -79,11 +79,18 @@
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<!-- generates Method objects from method references, used initially by QFieldMetaData to make fields from getter method refs -->
<dependency>
<groupId>com.github.hervian</groupId>
<artifactId>safety-mirror</artifactId>
<version>4.0.1</version>
</dependency>
<!-- excel library -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel</artifactId>
<version>0.12.15</version>
</dependency>
<!-- Common deps for all qqq modules -->
<dependency>