File: instructions.html

package info (click to toggle)
google-http-client-java 1.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,484 kB
  • sloc: java: 25,614; xml: 2,983; python: 14; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<title>Setup Instructions for the Google API Client Library for Java</title>
<body>
<h2>Setup Instructions for the Google API Client Library for Java</h2>

<h3>Browse Online</h3>

<ul>
  <li><a
    href="https://github.com/googleapis/google-http-java-client">Browse
  Source</a></li>
</ul>

<h3>Checkout Instructions</h3>

<p><b>Prerequisites:</b> install
  <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">
    Java SE 8</a>,
  <a href="https://git-scm.com">Git</a> and <a
  href="http://maven.apache.org/download.html">Maven</a>. You may need to set
your <code>JAVA_HOME</code>.</p>

<pre><code>git clone https://github.com/googleapis/google-http-java-client.git
cd google-http-java-client
mvn install</code></pre>

</body>
</html>