bigdragon1977 / geocoder-java

Automatically exported from code.google.com/p/geocoder-java
0 stars 1 forks source link

Add dependencies list to Project Home #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please specify this library dependencies on the project home and where/how to 
obtain them. It's really annoying, not to mention the time wasted, to try to 
figure it out going through the errors.

For who is having the same problem, this library requires the following JAR 
dependencies:

* Googe GSON
Download: https://code.google.com/p/google-gson/downloads/list
Download it. JAR file, source and Javadoc JAR will be included in it. Just add 
to your project like any other JAR.

* Apache Commons Logging:
Download: http://commons.apache.org/proper/commons-logging/download_logging.cgi
Get the binaries file, JAR file, source and Javadoc JAR will be included in it. 
Just add to your project like any other JAR.

Original issue reported on code.google.com by bruno.finger12 on 12 Jun 2013 at 4:51

GoogleCodeExporter commented 8 years ago
Yess, it needs some documentation on dipendences.

Original comment by marchesi...@gmail.com on 10 Jul 2013 at 9:09

GoogleCodeExporter commented 8 years ago
Same thing for me I need to add gson-2.2.4.jar to make it work.
commons-logging-1.0.4.jar was already included in my project

Original comment by o.du...@gmail.com on 9 Oct 2013 at 1:08

GoogleCodeExporter commented 8 years ago

Original comment by panchmp on 30 Apr 2014 at 10:38