--The classes in the jar can be used by importing in the code --When I try to build it, it is said that there is no "CaptchaServiceException" in the jar class and I cannot build it.
The meven command is --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ octo \ captcha \ jcaptcha \ 1.0 \ jcaptcha-1.0.jar -DgroupId = com.octo.captcha -DartifactId = jcaptcha -Dversion = 1.0 -Dpackaging = jar --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ octo \ captcha \ jcaptcha-api \ 1.0 \ jcaptcha-api-1.0.jar -DgroupId = com.octo.captcha -DartifactId = jcaptcha-api -Dversion = 1.0 -Dpackaging = jar --mvn install: install-file -Dfile = C: \ Users \ {username} \ Downloads \ jhlabs \ imaging \ 01012005 \ imaging-01012005.jar -DgroupId = com.jhlabs -DartifactId = imaging -Dversion = 01012005 -Dpackaging = jar
Recommended Posts