Labkey Java client library question

LabKey Support Forum (Inactive)
Labkey Java client library question Anthony Corbett  2013-02-06 08:30
Status: Closed
 
I'm wondering if Labkey provides maven or ivy repo. for their client API code, specifically the java jar file?

Our build and source environment is using ivy to retrieve dependencies for all our code. The only problem is that we currently have the LK client API jar checked into a lib directory but are pulling that jar's dependencies through ivy.

This means if the next version of the LK client API jar changes the version of a dependency we have to manually fix the ivy.xml file to the dependency's new version. I would like to be able to point to LK client jar in ivy and have all its dependencies downloaded transitively.

Thanks,

Anthony Corbett
 
 
kevink responded:  2013-02-06 08:41
Unfortunately, no. We haven't created a pom for our client api jar yet. I'd love to convert our build to use ant+ivy or gradle to fetch dependencies, but we haven't gotten around to it.