The Gson project is hosted at and available for download from http://code.google.com/p/google-gson/.
Alternatives
Alternative Java-to-JSON binding solutions with similar APIs include FastJSON, Jackson, and svenson. Yet more Java-to-JSON libraries are listed at json.org.
Pros and Cons of the different APIs were and continues to be discussed in the A better Java JSON library? post.
Performance
The latest performance benchmarks for these and other JSON serialization and deserialization solutions for Java are available at https://github.com/eishay/jvm-serializers/wiki.