Archived
0

JOpt Simple

This commit is contained in:
2018-06-03 16:03:40 +03:00
parent 54b2dd900e
commit a8c2769857
2 changed files with 65 additions and 8 deletions

View File

@@ -54,6 +54,11 @@
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>6.0-alpha-2</version>
</dependency>
</dependencies>
<build>