You could stick it on the jQuery namespace and call it a jQuery plugin, but in reality it doesn't need jQuery, so there's no reason to restrict it to only be used with jQuery.
But if you really wanted to,
then use it with
- var MyClass = new $.Class({ /* properties */ });
It doesn't give you or the developer any kind of advantage to stick it on the jQuery object.
-- Kevin