I add LITE plugin in ckeditor4 by downloading it from https://ckeditor.com/cke4/addon/lite and add extracted folder to plugins folder of ckeditor and then I add lite to extraPlugin in config.js file
config.extraPlugins = ['lite']
and I also add jQueryPath in config.js file
config.lite.jQueryPath = 'js/jquery.min.js';
But it can't find JQuery: plugin.js?t=LAHF:8865 Uncaught ReferenceError: jQuery is not defined
I download LITE plugin code from GitLab and add it to CKEditor plugins folder and the problem was fixed.