Including jquery.js inside plugin, not html

Including jquery.js inside plugin, not html

Forgive if this has been asked a hundred times, I couldn't locate the answer using search.

So html has this:
  1. <script type="text/javascript" src="jquery.min.js"></script>
  2. <script type="text/javascript" src="myplugin.js"></script>

I'd like to move the jquery.min.js include out of the html file and into myplugin.js. Is there a reliable method?

Cheers