You can download patchca-0.0.1.jar in this page.
Lesser General Public License
patchca-0.0.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.bingoohuang/patchca/pom.properties META-INF/maven/com.github.bingoohuang/patchca/pom.xml com.github.bingoohuang.patchca.Patchca.class com.github.bingoohuang.patchca.Patchca1.class com.github.bingoohuang.patchca.PatchcaIdom.class com.github.bingoohuang.patchca.background.BackgroundFactory.class com.github.bingoohuang.patchca.background.MyCustomBackgroundFactory.class com.github.bingoohuang.patchca.background.SingleColorBackgroundFactory.class com.github.bingoohuang.patchca.color.ColorFactory.class com.github.bingoohuang.patchca.color.GradientColorFactory.class com.github.bingoohuang.patchca.color.RandomColorFactory.class com.github.bingoohuang.patchca.color.SingleColorFactory.class com.github.bingoohuang.patchca.custom.ChineseIdiomFactory.class com.github.bingoohuang.patchca.custom.ChineseIdiomGuessFactory.class com.github.bingoohuang.patchca.custom.ChineseIdiomJianpingFactory.class com.github.bingoohuang.patchca.custom.ConfigurableCaptchaService.class com.github.bingoohuang.patchca.custom.EnglishWordFactory.class com.github.bingoohuang.patchca.custom.KnowledgeWordFactory.class com.github.bingoohuang.patchca.custom.MathArithmeticFactory.class com.github.bingoohuang.patchca.custom.MathExprFactory.class com.github.bingoohuang.patchca.custom.RandomChineseFactory.class com.github.bingoohuang.patchca.custom.RandomChineseJianpinFactory.class com.github.bingoohuang.patchca.custom.RandomChineseQuanpinFactory.class com.github.bingoohuang.patchca.custom.RandomFactoryWordFactory.class com.github.bingoohuang.patchca.custom.SymbolDiffFactory.class com.github.bingoohuang.patchca.filter.AbstractFilterFactory.class com.github.bingoohuang.patchca.filter.ConfigurableFilterFactory.class com.github.bingoohuang.patchca.filter.FilterFactory.class com.github.bingoohuang.patchca.filter.library.AbstractConvolveImageOp.class com.github.bingoohuang.patchca.filter.library.AbstractImageOp.class com.github.bingoohuang.patchca.filter.library.AbstractTransformImageOp.class com.github.bingoohuang.patchca.filter.library.BlurImageOp.class com.github.bingoohuang.patchca.filter.library.CurvesImageOp.class com.github.bingoohuang.patchca.filter.library.DiffuseImageOp.class com.github.bingoohuang.patchca.filter.library.DoubleRippleImageOp.class com.github.bingoohuang.patchca.filter.library.MarbleImageOp.class com.github.bingoohuang.patchca.filter.library.PerlinNoise.class com.github.bingoohuang.patchca.filter.library.RippleImageOp.class com.github.bingoohuang.patchca.filter.library.SoftenImageOp.class com.github.bingoohuang.patchca.filter.library.WobbleImageOp.class com.github.bingoohuang.patchca.filter.predefined.CurvesRippleFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.DiffuseRippleFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.DoubleRippleFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.MarbleRippleFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.RandomFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.RippleFilterFactory.class com.github.bingoohuang.patchca.filter.predefined.WobbleRippleFilterFactory.class com.github.bingoohuang.patchca.font.CustomRandomFontFactory.class com.github.bingoohuang.patchca.font.FontFactory.class com.github.bingoohuang.patchca.font.RandomFontFactory.class com.github.bingoohuang.patchca.random.ChineseUtils.class com.github.bingoohuang.patchca.random.GB2312Unicode.class com.github.bingoohuang.patchca.random.RandUtils.class com.github.bingoohuang.patchca.random.SpellUtils.class com.github.bingoohuang.patchca.random.StrUtils.class com.github.bingoohuang.patchca.service.AbstractCaptchaService.class com.github.bingoohuang.patchca.service.Captcha.class com.github.bingoohuang.patchca.service.CaptchaService.class com.github.bingoohuang.patchca.text.renderer.AbstractTextRenderer.class com.github.bingoohuang.patchca.text.renderer.BestFitTextRenderer.class com.github.bingoohuang.patchca.text.renderer.RandomYBestFitTextRenderer.class com.github.bingoohuang.patchca.text.renderer.SimpleTextRenderer.class com.github.bingoohuang.patchca.text.renderer.TextCharacter.class com.github.bingoohuang.patchca.text.renderer.TextRenderer.class com.github.bingoohuang.patchca.text.renderer.TextString.class com.github.bingoohuang.patchca.utils.encoder.EncoderHelper.class com.github.bingoohuang.patchca.word.AdaptiveRandomWordFactory.class com.github.bingoohuang.patchca.word.RandomWordFactory.class com.github.bingoohuang.patchca.word.WordBean.class com.github.bingoohuang.patchca.word.WordFactory.class com/github/bingoohuang/patchca/chineseidioms.txt com/github/bingoohuang/patchca/englishwords.txt
patchca-0.0.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.github.bingoohuang</groupId> <artifactId>patchca</artifactId> <version>0.0.1</version> <packaging>jar</packaging> <name>a java captcha generator</name> <description>Simple yet powerful CAPTCHA library written in Java</description> <url>http://github.com/bingoohuang/patchca</url> <licenses> <license> <name>Lesser General Public License</name> <url>http://www.gnu.org/licenses/lgpl.html</url> </license> </licenses> <scm> <connection>scm:git:git@github.com:bingoohuang/patchca.git</connection> <url>http://github.com/bingoohuang/patchca</url> <developerConnection>scm:git:git@github.com:bingoohuang/patchca.git</developerConnection> </scm> <developers> <developer> <id>bingoohuang</id> <name>bingoo huang</name> <email>bingoo.huang@gmail.com</email> </developer> </developers> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>17.0</version> </dependency> <dependency> <groupId>com.belerweb</groupId> <artifactId>pinyin4j</artifactId> <version>2.5.0</version> <optional>true</optional> </dependency> </dependencies> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>2.6</version> </extension> </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.4.3</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <skip>false</skip> <show>public</show> <charset>UTF-8</charset> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <links> <link>http://docs.oracle.com/javase/6/docs/api</link> </links> </configuration> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <arguments>${arguments} -Psonatype-oss-release</arguments> </configuration> </plugin> </plugins> </pluginManagement> </build> <distributionManagement> <repository> <id>nexus-releases</id> <name>Nexus Repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>
<dependency> <groupId>com.github.bingoohuang</groupId> <artifactId>patchca</artifactId> <version>0.0.1</version> </dependency>
If you think the following patchca-0.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download patchca-0.0.1.jar file