public void reloadJar(String artifactId) {
   loaderMap.remove(artifactId);
   enshureJarLoaded(artifactId);
 }