|
3 | 3 | <body>
|
4 | 4 | <h2>${project.name} ${project.version}</h2>
|
5 | 5 |
|
6 |
| -<p>High-level details about this library can be found at <a |
7 |
| - href="http://code.google.com/p/google-http-java-client">http://code.google.com/p/google-http-java-client</a>, |
8 |
| -including JavaDoc, documentation, support, samples, and source code.</p> |
| 6 | +<h3>Overview</h3> |
| 7 | +<p>High-level details about this library can be found at <a href="http://code.google.com/p/google-http-java-client">http://code.google.com/p/google-http-java-client</a> |
| 8 | +<ul> |
| 9 | + <li><a href='http://code.google.com/p/google-http-java-client/wiki/ReleaseNotes#Version_${project.version}'>Release Notes</a></li> |
| 10 | + <li><a href='http://javadoc.google-http-java-client.googlecode.com/hg/${project.version}/index.html'>JavaDoc</a></li> |
| 11 | + <li><a href='http://code.google.com/p/google-http-java-client/wiki/DeveloperGuide'>Developer's Guide</a></li> |
| 12 | + <li><a href='http://groups.google.com/group/google-http-java-client'>Support</a></li> |
| 13 | +</ul> |
9 | 14 |
|
10 |
| -<p>Dependent jars are found in the <code>dependencies</code> folder.</p> |
| 15 | +<h3>Library Details</h3> |
| 16 | +<ul> |
| 17 | + <li>google-http-client can be used for all platforms.</li> |
| 18 | + <li>google-http-client-android2 is for Android SDK 2.0 & higher.</li> |
| 19 | + <li>google-http-client-android3 is for Android SDK 3.0 & higher.</li> |
| 20 | + <li>google-http-client-appengine is for Google App Engine.</li> |
| 21 | +</ul> |
| 22 | + |
| 23 | +<h3>Dependencies and Licenses</h3> |
| 24 | +The license can be found <a href='LICENSE'>here</a>.<br/> |
| 25 | +Dependent jars can be found in the <a href='dependencies'>dependencies</a> folder.<br/><br/> |
| 26 | +The dependency structure and licenses for the different libraries can be found here: |
| 27 | +<ul> |
| 28 | + <li>google-http-client: <a href='dependencies/dependencies.html'>dependencies.html</a></li> |
| 29 | + <li>google-http-client-android2: <a href='dependencies/android2-dependencies.html'>android2-dependencies.html</a></li> |
| 30 | + <li>google-http-client-android3: <a href='dependencies/android3-dependencies.html'>android3-dependencies.html</a></li> |
| 31 | + <li>google-http-client-appengine: <a href='dependencies/appengine-dependencies.html'>appengine-dependencies.html</a></li> |
| 32 | +</ul> |
11 | 33 |
|
12 | 34 | </body>
|
13 | 35 | </html>
|
0 commit comments