I am trying to follow the directions for setting up this async-http-client Here. According to the readme, I can either add the dependancy to my maven project .pom file(which I don't want because I did not create a maven project), or I can use the link and download the library directly.
When I try to download the lib I get runtime errors because i'm missing the netty dependencies, which confuses me because I would expect that everything would be inclusive if they are offering the lib stand alone.
The other thing I've tried is just calling maven package on the async-http-client project after it is downloaded, but this isn't working either.
Some guidance on getting this working would be much appreciated.