| GroupId | GroupIdcom.gitee.bigbirdpeng |
|---|---|
| ArtifactId | ArtifactIdparamsverify |
| Version | Version1.3-RELEASES |
| Type | Typejar |
| Filename | Size |
|---|---|
| paramsverify-1.3-RELEASES.pom | |
| paramsverify-1.3-RELEASES.jar | 39 KB |
| paramsverify-1.3-RELEASES-sources.jar | 26 KB |
| paramsverify-1.3-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.3-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.bigbirdpeng/paramsverify/
implementation 'com.gitee.bigbirdpeng:paramsverify:1.3-RELEASES'
// https://jarcasting.com/artifacts/com.gitee.bigbirdpeng/paramsverify/
implementation ("com.gitee.bigbirdpeng:paramsverify:1.3-RELEASES")
'com.gitee.bigbirdpeng:paramsverify:jar:1.3-RELEASES'
<dependency org="com.gitee.bigbirdpeng" name="paramsverify" rev="1.3-RELEASES">
<artifact name="paramsverify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.bigbirdpeng', module='paramsverify', version='1.3-RELEASES')
)
libraryDependencies += "com.gitee.bigbirdpeng" % "paramsverify" % "1.3-RELEASES"
[com.gitee.bigbirdpeng/paramsverify "1.3-RELEASES"]