-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjava.html
More file actions
29 lines (15 loc) · 1.14 KB
/
java.html
File metadata and controls
29 lines (15 loc) · 1.14 KB
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
29
<h1>ReportingCloud Java SDK</h1>
<p>The ReportingCloud Java SDK makes it easy to interact with ReportingCloud from Java applications.</p>
<h2>Installation</h2>
<p>Building from source requires the Java JDK 8. To build, change to the project's root directory (the location of build.gradle) and run:</p>
<p class="nuget">$ gradlew build</p>
<p>To build the API documentation, run</p>
<p class="nuget">$ gradlew javadoc</p>
<h2>Full SDK Reference</h2>
<p>Each ReportingCloud SDK is maintained seperately and hosted on GitHub. The library docs can be found here:</p>
<p><a href="https://textcontrol.github.io/txtextcontrol-reportingcloud-java/">ReportingCloud Java SDK API Documentation</a></p>
<h2>Open Source Project</h2>
<p>The official ReportingCloud Java SDK is open source and hosted on GitHub. Feel free to fork and contribute! You can find the repository here:</p>
<p><a href="https://github.com/TextControl/txtextcontrol-reportingcloud-java">txtextcontrol-reportingcloud-java</a></p>
<h2>Getting Support</h2>
<p>Please refer to the <a href="../introduction/support">Getting Support</a> section in the introduction part of the documentation.</p>