You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def description ="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."
18
18
def orgUrl ="http://www.labkey.org"
19
19
20
+
group "org.labkey.api"
21
+
version "1.0.0"
22
+
20
23
dependencies {
21
24
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
22
25
api ("com.googlecode.json-simple:json-simple:${jsonSimpleVersion}")
0 commit comments