I made a mistake when connecting the library
I put my jar file in the custom_lib folder in the Solr root directory.
Include the jar file by defining the below line in solrconfig.xml conf file:
<lib dir="${solr.install.dir:../../../..}/custom_lib/" regex=".*\.jar" />
The completed project with the installed plugin can be viewed at the link: