All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download carnival-spring-boot-starter-patchca JAR 1.10.4 with all dependencies


Files of the artifact carnival-spring-boot-starter-patchca version 1.10.4 from the group com.github.yingzhuo.

Test

Download carnival-spring-boot-starter-patchca (1.10.4)
Artifact carnival-spring-boot-starter-patchca
Group com.github.yingzhuo
Version 1.10.4
Last update 07. August 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies carnival-spring-boot-starter-common, spring-boot-starter-test, spring-boot-configuration-processor, spring-boot-autoconfigure, spring-boot-starter-web, lombok, slf4j-api, commons-lang3, junit,
There are maybe transitive dependencies!
There is a newer version: 1.10.5-1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of carnival-spring-boot-starter-patchca Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of carnival-spring-boot-starter-patchca version 1.10.4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.yingzhuo.carnival-spring-boot-starter-patchca
META-INF.maven.com.github.yingzhuo.carnival-spring-boot-starter-patchca.META-INF.maven.com.github.yingzhuo.carnival-spring-boot-starter-patchca.pom.properties
META-INF.maven.com.github.yingzhuo.carnival-spring-boot-starter-patchca.META-INF.maven.com.github.yingzhuo.carnival-spring-boot-starter-patchca.pom.xml
META-INF
META-INF.META-INF.spring.factories
com.github.yingzhuo.carnival.patchca
com.github.yingzhuo.carnival.patchca.com.github.yingzhuo.carnival.patchca.CaptchaDao
com.github.yingzhuo.carnival.patchca.com.github.yingzhuo.carnival.patchca.CaptchaHandler
com.github.yingzhuo.carnival.patchca.com.github.yingzhuo.carnival.patchca.SessionPatchca
com.github.yingzhuo.carnival.patchca.autoconfig
com.github.yingzhuo.carnival.patchca.autoconfig.com.github.yingzhuo.carnival.patchca.autoconfig.PatchcaBeanAutoConfig
com.github.yingzhuo.carnival.patchca.autoconfig.com.github.yingzhuo.carnival.patchca.autoconfig.PatchcaCoreAutoConfig
com.github.yingzhuo.carnival.patchca.core
com.github.yingzhuo.carnival.patchca.core.com.github.yingzhuo.carnival.patchca.core.PatchcaCoreFilter
com.github.yingzhuo.carnival.patchca.dao
com.github.yingzhuo.carnival.patchca.dao.com.github.yingzhuo.carnival.patchca.dao.HttpSessionCaptchaDao
com.github.yingzhuo.carnival.patchca.dao.com.github.yingzhuo.carnival.patchca.dao.MapCaptchaDao
com.github.yingzhuo.carnival.patchca.dao.com.github.yingzhuo.carnival.patchca.dao.RedisCaptchaDao
com.github.yingzhuo.carnival.patchca.handler
com.github.yingzhuo.carnival.patchca.handler.com.github.yingzhuo.carnival.patchca.handler.AbstractStatelessCaptchaHandler
com.github.yingzhuo.carnival.patchca.handler.com.github.yingzhuo.carnival.patchca.handler.DefaultStatefulCaptchaHandler
com.github.yingzhuo.carnival.patchca.handler.com.github.yingzhuo.carnival.patchca.handler.DefaultStatelessCaptchaHandler
com.github.yingzhuo.carnival.patchca.handler.com.github.yingzhuo.carnival.patchca.handler.JsonStatelessCaptchaHandler
com.github.yingzhuo.carnival.patchca.props
com.github.yingzhuo.carnival.patchca.props.com.github.yingzhuo.carnival.patchca.props.Mode
com.github.yingzhuo.carnival.patchca.props.com.github.yingzhuo.carnival.patchca.props.PatchcaProps
com.github.yingzhuo.carnival.patchca.util
com.github.yingzhuo.carnival.patchca.util.com.github.yingzhuo.carnival.patchca.util.CaptchaDaoUtils
com.github.yingzhuo.carnival.patchca.util.com.github.yingzhuo.carnival.patchca.util.CaptchaServiceUtils
org.patchca.background
org.patchca.background.org.patchca.background.BackgroundFactory
org.patchca.background.org.patchca.background.SingleColorBackgroundFactory
org.patchca.color
org.patchca.color.org.patchca.color.ColorFactory
org.patchca.color.org.patchca.color.GradientColorFactory
org.patchca.color.org.patchca.color.RandomColorFactory
org.patchca.color.org.patchca.color.SingleColorFactory
org.patchca.filter
org.patchca.filter.org.patchca.filter.AbstractFilterFactory
org.patchca.filter.org.patchca.filter.CompositeFilterFactory
org.patchca.filter.org.patchca.filter.ConfigurableFilterFactory
org.patchca.filter.org.patchca.filter.FilterFactory
org.patchca.filter.org.patchca.filter.FilterType
org.patchca.filter.library
org.patchca.filter.library.org.patchca.filter.library.AbstractConvolveImageOp
org.patchca.filter.library.org.patchca.filter.library.AbstractImageOp
org.patchca.filter.library.org.patchca.filter.library.AbstractTransformImageOp
org.patchca.filter.library.org.patchca.filter.library.BlurImageOp
org.patchca.filter.library.org.patchca.filter.library.CurvesImageOp
org.patchca.filter.library.org.patchca.filter.library.DiffuseImageOp
org.patchca.filter.library.org.patchca.filter.library.DoubleRippleImageOp
org.patchca.filter.library.org.patchca.filter.library.MarbleImageOp
org.patchca.filter.library.org.patchca.filter.library.PerlinNoise
org.patchca.filter.library.org.patchca.filter.library.RippleImageOp
org.patchca.filter.library.org.patchca.filter.library.SoftenImageOp
org.patchca.filter.library.org.patchca.filter.library.WobbleImageOp
org.patchca.filter.predefined
org.patchca.filter.predefined.org.patchca.filter.predefined.AbstractRippleFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.CurvesAbstractRippleFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.DiffuseAbstractRippleFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.DoubleRippleFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.MarbleAbstractRippleFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.NoneFilterFactory
org.patchca.filter.predefined.org.patchca.filter.predefined.WobbleAbstractRippleFilterFactory
org.patchca.font
org.patchca.font.org.patchca.font.FontFactory
org.patchca.font.org.patchca.font.RandomFontFactory
org.patchca.service
org.patchca.service.org.patchca.service.AbstractCaptchaService
org.patchca.service.org.patchca.service.Captcha
org.patchca.service.org.patchca.service.CaptchaService
org.patchca.service.org.patchca.service.ConfigurableCaptchaService
org.patchca.service.org.patchca.service.EncodedCaptcha
org.patchca.service.org.patchca.service.SimpleCaptchaService
org.patchca.size
org.patchca.size.org.patchca.size.SingleSizeFactory
org.patchca.size.org.patchca.size.SizeFactory
org.patchca.text.renderer
org.patchca.text.renderer.org.patchca.text.renderer.AbstractTextRenderer
org.patchca.text.renderer.org.patchca.text.renderer.BestFitTextRenderer
org.patchca.text.renderer.org.patchca.text.renderer.RandomYBestFitTextRenderer
org.patchca.text.renderer.org.patchca.text.renderer.SimpleTextRenderer
org.patchca.text.renderer.org.patchca.text.renderer.TextCharacter
org.patchca.text.renderer.org.patchca.text.renderer.TextRenderer
org.patchca.text.renderer.org.patchca.text.renderer.TextString
org.patchca.word
org.patchca.word.org.patchca.word.AdaptiveRandomWordFactory
org.patchca.word.org.patchca.word.RandomWordFactory
org.patchca.word.org.patchca.word.WordFactory




© 2015 - 2025 Weber Informatics LLC | Privacy Policy