License |
License |
---|---|
Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
GroupId | GroupIdorg.labkey.api |
ArtifactId | ArtifactIdlabkey-client-api |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLabKey Server Java 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-1.5.0.pom | |
labkey-client-api-1.5.0.jar | 2 KB |
labkey-client-api-1.5.0-sources.jar | 189 KB |
labkey-client-api-1.5.0-javadoc.jar | 1 MB |
labkey-client-api-1.5.0-all.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.labkey.api/labkey-client-api/ -->
<dependency>
<groupId>org.labkey.api</groupId>
<artifactId>labkey-client-api</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.labkey.api/labkey-client-api/
implementation 'org.labkey.api:labkey-client-api:1.5.0'
// https://jarcasting.com/artifacts/org.labkey.api/labkey-client-api/
implementation ("org.labkey.api:labkey-client-api:1.5.0")
'org.labkey.api:labkey-client-api:pom:1.5.0'
<dependency org="org.labkey.api" name="labkey-client-api" rev="1.5.0">
<artifact name="labkey-client-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.labkey.api', module='labkey-client-api', version='1.5.0')
)
libraryDependencies += "org.labkey.api" % "labkey-client-api" % "1.5.0"
[org.labkey.api/labkey-client-api "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpmime | jar | 4.5.13 |
net.sf.opencsv : opencsv | jar | 2.3 |
commons-logging : commons-logging | jar | 1.2 |
commons-codec : commons-codec | jar | 1.15 |