Hi Jonathan,
over the course of the 5.0 series, more and more dependencies have been added to the client-side making omero_client.jar less useful. We've been slowly deprecating it in favor of individual jars (which are now also available in a maven repository. See
https://github.com/ome/pom-omero-client/blob/dev_5_0/pom.xml#L151). What are you trying to accomplish? Perhaps there's an easier way.
If you simply need the jar (no questions asked) you can find them oddly enough in the matlab bundles:
- Code: Select all
omero/5.0.2/artifacts $ unzip -l OMERO.matlab-5.0.2-ice33-b26.zip | grep omero_client.jar
11965121 05-27-14 20:32 OMERO.matlab-5.0.2-ice33-b26/libs/omero_client.jar
Cheers,
~Josh.