LabKey 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.

License

License

Categories

Categories

CLI User Interface KeY Data Data Formats Formal Verification
GroupId

GroupId

org.labkey.api
ArtifactId

ArtifactId

labkey-client-api
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

LabKey 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

http://www.labkey.org
Project Organization

Project Organization

LabKey

Download labkey-client-api

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

runtime (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0