kaptcha is abbreviation for "Completely Automated Public Turing test to tell Computers and Humans Apart".

Since google had contributed a jar to provide authentication function by means of picture for this aspect, it for unknown reason hadn't uploaded the jar onto

maven's central repository which give some bother to the maven users.

While having some trouble finding another repo manager which supports the kaptcha jar, I found someone had uploaded it to maven central with another groupId.

Just add the dependency description below to the pom.xml file in your project and go on your work as usual:

<dependency>
        <groupId>com.github.axet</groupId>
        <artifactId>kaptcha</artifactId>
        <version>0.0.9</version>
 </dependency>

For more information, refer to this post: https://code.google.com/p/kaptcha/issues/detail?id=12

相关文章:

  • 2021-09-10
  • 2021-06-04
  • 2021-09-20
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2022-02-26
  • 2022-12-23
  • 2021-10-24
  • 2021-12-20
  • 2021-12-06
  • 2022-01-06
相关资源
相似解决方案