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 |