Advertisement
Guest User

Dependencies

a guest
May 10th, 2017
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <dependency>
  2.     <groupId>org.apache.poi</groupId>
  3.     <artifactId>poi</artifactId>
  4.     <version>3.16</version>
  5. </dependency>
  6. <dependency>
  7.     <groupId>org.apache.poi</groupId>
  8.     <artifactId>poi-ooxml</artifactId>
  9.     <version>3.16</version>
  10. </dependency>
  11. <dependency>
  12.     <groupId>org.apache.poi</groupId>
  13.     <artifactId>poi-ooxml-schemas</artifactId>
  14.     <version>3.16</version>
  15. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement