validation

封装了日常开发中需要使用到的验证码功能,目前集成了短信验证码与图形验证码功能

License

License

GroupId

GroupId

com.yishuifengxiao.common
ArtifactId

ArtifactId

validation
Last Version

Last Version

1.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

validation
封装了日常开发中需要使用到的验证码功能,目前集成了短信验证码与图形验证码功能
Project URL

Project URL

https://gitee.com/zhiyubujian/tool

Download validation

How to add to project

<!-- https://jarcasting.com/artifacts/com.yishuifengxiao.common/validation/ -->
<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>validation</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/validation/
implementation 'com.yishuifengxiao.common:validation:1.3.3'
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/validation/
implementation ("com.yishuifengxiao.common:validation:1.3.3")
'com.yishuifengxiao.common:validation:jar:1.3.3'
<dependency org="com.yishuifengxiao.common" name="validation" rev="1.3.3">
  <artifact name="validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yishuifengxiao.common', module='validation', version='1.3.3')
)
libraryDependencies += "com.yishuifengxiao.common" % "validation" % "1.3.3"
[com.yishuifengxiao.common/validation "1.3.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web Optional jar 2.1.3.RELEASE
com.yishuifengxiao.common : common-tool Optional jar 1.3.4
org.springframework.boot : spring-boot-starter-mail Optional jar 2.1.3.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.3
1.3.2
1.3.0
1.2.0
1.1.0
1.0.0