I made it years ago for my original Gravity Simulator software. The version you see is the newer "browser" version. It uses the same data. So the data in my sim is at least 6-7 years old. It was orbital elements data. I converted it to Cartesian. Here's an online calculator I made that converts between the two:
http://orbitsimulator.com/formulas/OrbitalElements.html
Since my simulation is a web page, you can view the source and get all the cartesians in one glance. Search the code for "objMass[1] ="
There's probably more recent data. The Wikipedia link doesn't give enough data to make what I made. Over the weekend I'll see if I can find more complete and current data.
edit: I just saw the table in Janus' reply. Let me know if you need help making cartesians out of that.