| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.bigbirdpeng |
| ArtifactId | ArtifactIdparamsverify |
| Version | Version1.6-RELEASES |
| Type | Typejar |
| Description |
Descriptionparamsverify
Java Request parameter check
|
| Filename | Size |
|---|---|
| paramsverify-1.6-RELEASES.pom | |
| paramsverify-1.6-RELEASES.jar | 39 KB |
| paramsverify-1.6-RELEASES-sources.jar | 26 KB |
| paramsverify-1.6-RELEASES-javadoc.jar | 274 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.bigbirdpeng/paramsverify/ -->
<dependency>
<groupId>com.gitee.bigbirdpeng</groupId>
<artifactId>paramsverify</artifactId>
<version>1.6-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.bigbirdpeng/paramsverify/
implementation 'com.gitee.bigbirdpeng:paramsverify:1.6-RELEASES'
// https://jarcasting.com/artifacts/com.gitee.bigbirdpeng/paramsverify/
implementation ("com.gitee.bigbirdpeng:paramsverify:1.6-RELEASES")
'com.gitee.bigbirdpeng:paramsverify:jar:1.6-RELEASES'
<dependency org="com.gitee.bigbirdpeng" name="paramsverify" rev="1.6-RELEASES">
<artifact name="paramsverify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.bigbirdpeng', module='paramsverify', version='1.6-RELEASES')
)
libraryDependencies += "com.gitee.bigbirdpeng" % "paramsverify" % "1.6-RELEASES"
[com.gitee.bigbirdpeng/paramsverify "1.6-RELEASES"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.4.0 |
| com.alibaba : fastjson | jar | 1.2.60 |
| org.springframework : spring-webmvc | jar | 5.2.7.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |