Skip to content

v0.3-beta

Compare
Choose a tag to compare
@LSmyrnaios LSmyrnaios released this 07 Mar 16:27
· 430 commits to master since this release

Release notes:

  • New command-line-arguments system.
  • Bug fixes and optimizations.
  • Code refactored.
  • Simplified code-testing (make use of JUnit5).
  • Added run-examples.
  • Updated dependencies.

Compile as described in README.
Run with: ``java -jar doc_urls_retriever-0.3.jar arg1:'-downloadDocFiles' arg2:'-firstDocFileNum' arg3:'NUM' arg4:'-docFilesStorage' arg5:'storageDir' < stdIn:'inputJsonFile' > stdOut:'outputJsonFile'``