python-sutime icon indicating copy to clipboard operation
python-sutime copied to clipboard

how to use package pom.xml to install all Java dependencies via Maven into ./jars ?

Open jjkindergarten opened this issue 6 years ago • 1 comments

I try to download the pom.xml file and put it inside the sutime package, and run the next command.

but when i try to run the python script, same issue happens: Not all necessary Java dependencies have been downloaded!

jjkindergarten avatar Dec 03 '19 23:12 jjkindergarten

Copy pom.xml into python-sutime/sutime and the run the maven command. The sample code given will also work only inside the python-sutime/sutime folder.

rawatprateek avatar Dec 14 '19 10:12 rawatprateek