Using just the Open Gamma analytics library

Hi,

If I just want to use the Open Gamma’s analytics library directly (like if it’s some other library I will get the jar and start using the functions), what do I need to do?

Thanks,
Adi

You should be able to just refer to the analytics pom in the same way as our packages do. That will require our maven repo to be in your maven setup though. If you’re not using maven, I’d just suggest downloading our binary package (not the windows one) and pulling out the og-analytics jar. You will also need the og-util jar, the Apache commons maths jar, the colt jar, the jtransforms jar, the json-simple jar, the Apache poi jar and the testng jar. It’s possible you can get away without the last couple for general use.

Thanks Jim, I got that working, it was pretty easy.