I have a simple jQuery script in a WordPress plugin that is using a jQuery wrapper like this:
$(document).ready(function(){ // jQuery code is in here }
What worked for me. The first library to import is the query library and right then call the jQuery.noConflict() method.