Download jcaptcha-common-test-1.0.jar file

Introduction

You can download jcaptcha-common-test-1.0.jar in this page.

License

Open Source License

Type List

jcaptcha-common-test-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.octo.captcha/jcaptcha-common-test/pom.properties
META-INF/maven/com.octo.captcha/jcaptcha-common-test/pom.xml
com.octo.captcha.MockCaptcha.class
com.octo.captcha.engine.MockCaptchaEngine.class
com.octo.captcha.service.captchastore.CaptchaStoreTestAbstract.class

Pom

jcaptcha-common-test-1.0.pom file content.

<?xml version="1.0"?>
<!--
  ~ JCaptcha, the open source java framework for captcha definition and integration
  ~ Copyright (c)  2007 jcaptcha.net. All Rights Reserved.
  ~ See the LICENSE.txt file distributed with this package.
  -->
<project>
  <parent>
    <artifactId>jcaptcha-home</artifactId>
    <groupId>com.octo.captcha</groupId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.octo.captcha</groupId>
  <artifactId>jcaptcha-common-test</artifactId>
  <name>Common test</name>
  <version>1.0</version>
  <dependencies>
    <dependency>
      <groupId>com.octo.captcha</groupId>
      <artifactId>jcaptcha-api</artifactId>
      <version>1.0</version>
    </dependency>  
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>      
    </dependency>	  
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.octo.captcha</groupId>
   <artifactId>jcaptcha-common-test</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following jcaptcha-common-test-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jcaptcha-common-test-1.0.jar file




PreviousNext

Related