License |
License |
---|---|
Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
GroupId | GroupIdorg.labkey |
ArtifactId | ArtifactIdlabkey-client-api |
Last Version | Last Version19.3.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionlabkey-client-api
The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
labkey-client-api-19.3.7.pom | |
labkey-client-api-19.3.7.jar | 2 KB |
labkey-client-api-19.3.7-sources.jar | 182 KB |
labkey-client-api-19.3.7-javadoc.jar | 988 KB |
labkey-client-api-19.3.7-all.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.labkey/labkey-client-api/ -->
<dependency>
<groupId>org.labkey</groupId>
<artifactId>labkey-client-api</artifactId>
<version>19.3.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.labkey/labkey-client-api/
implementation 'org.labkey:labkey-client-api:19.3.7'
// https://jarcasting.com/artifacts/org.labkey/labkey-client-api/
implementation ("org.labkey:labkey-client-api:19.3.7")
'org.labkey:labkey-client-api:pom:19.3.7'
<dependency org="org.labkey" name="labkey-client-api" rev="19.3.7">
<artifact name="labkey-client-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.labkey', module='labkey-client-api', version='19.3.7')
)
libraryDependencies += "org.labkey" % "labkey-client-api" % "19.3.7"
[org.labkey/labkey-client-api "19.3.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpmime | jar | 4.5.3 |
com.googlecode.json-simple : json-simple | jar | 1.1 |
net.sf.opencsv : opencsv | jar | 2.3 |