DEPENDENCIES.txt 337 B

123456789101112131415161718
  1. To use the library in your own Java app you need
  2. * commons-io
  3. * jodconverter
  4. * juh
  5. * jurt
  6. * ridl
  7. * slf4j-api
  8. * slf4j-jdk14 or another slf4j implementation - see http://slf4j.org
  9. * unoil
  10. * xstream - only if you use XmlDocumentFormatRegistry
  11. The command line interface additionally requires
  12. * commons-cli
  13. * jodconverter-cli