discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Please clear up what gson version is available from Maven #267

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After getting my nexus repo to proxu your maven repo (at 
http://google-gson.googlecode.com/svn/mavenrepo/) I can only find gson up to 
version 1.4. I cannot locate gson version 1.5 or 1.6.

Do I have the incorrect maven address?

Original issue reported on code.google.com by cmdema...@gmail.com on 22 Nov 2010 at 8:30

GoogleCodeExporter commented 9 years ago
Gson is now synced to Maven Central repository so you do not need to refer to 
http://google-gson.googlecode.com/svn/mavenrepo/ to get the latest versions. 
Just add the Gson dependency in your project and you will be good. 
See: https://sites.google.com/site/gson/gson-user-guide/using-gson-with-maven2

Original comment by inder123 on 13 Apr 2011 at 8:52