Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.apache.pdfbox</groupId>
  3. <artifactId>pdfbox</artifactId>
  4. <version>2.0.0</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.apache.pdfbox</groupId>
  8. <artifactId>pdfbox-tools</artifactId>
  9. <version>2.0.0-RC1</version>
  10. </dependency>
  11. <dependency>
  12. <groupId>com.levigo.jbig2</groupId>
  13. <artifactId>levigo-jbig2-imageio</artifactId>
  14. <version>1.6.5</version>
  15. </dependency>
  16. <dependency>
  17. <groupId>com.github.jai-imageio</groupId>
  18. <artifactId>jai-imageio-core</artifactId>
  19. <version>1.3.1</version>
  20. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement