|
2 | 2 |
|
3 | 3 | This library allows Java developers to access the data and services exposed from a LabKey Server installation. |
4 | 4 |
|
5 | | -For more information on the library, see our |
6 | | -[Java API](https://www.labkey.org/Documentation/wiki-page.view?name=javaAPI) page, |
7 | | -which includes a link to the [JavaDoc](https://www.labkey.org/download/clientapi_docs/java-api/) |
| 5 | +For more information on the library, see our [Java API](https://www.labkey.org/Documentation/wiki-page.view?name=javaAPI) page, which includes a link to the [JavaDoc](https://www.labkey.org/download/clientapi_docs/java-api/) |
8 | 6 | where you can get details about the classes and programming interfaces. |
9 | 7 |
|
10 | | -If you have any questions about this library or LabKey Server, |
11 | | -see our [Community Support Forums](https://www.labkey.org/home/Support/LabKey%20Support%20Forum/project-begin.view?). |
12 | | - |
13 | 8 | This library is licensed under the [Apache 2.0 open-source license](http://www.apache.org/licenses/LICENSE-2.0). |
14 | 9 |
|
15 | | -See the [change log](CHANGELOG.md) for information on the release versions and their |
16 | | -compatibility with LabKey Server versions. |
| 10 | +See the [change log](CHANGELOG.md) for information on the release versions and their compatibility with LabKey Server versions. |
17 | 11 |
|
18 | 12 | ## Development |
19 | 13 |
|
20 | 14 | ### Dependency Declaration |
21 | 15 | To declare a dependency on this jar file, you can use the following in Gradle |
22 | 16 |
|
23 | | -```compile(group: 'org.labkey.api', name: 'labkey-client-api', version: '4.2.0')``` |
| 17 | +```compile(group: 'org.labkey.api', name: 'labkey-client-api', version: '7.3.0')``` |
24 | 18 |
|
25 | 19 | If using the LabKey Gradle plugins and building a LabKey module, it is best to |
26 | 20 | use this utility method instead to facilitate testing of any local changes to |
|
0 commit comments