| GroupId | GroupIdcom.github.lodsve |
|---|---|
| ArtifactId | ArtifactIdlodsve-validate |
| Version | Version2.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lodsve-validate-2.5.4.pom | |
| lodsve-validate-2.5.4.jar | 33 KB |
| lodsve-validate-2.5.4-sources.jar | 28 KB |
| lodsve-validate-2.5.4-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-validate/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-validate</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-validate/
implementation 'com.github.lodsve:lodsve-validate:2.5.4'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-validate/
implementation ("com.github.lodsve:lodsve-validate:2.5.4")
'com.github.lodsve:lodsve-validate:jar:2.5.4'
<dependency org="com.github.lodsve" name="lodsve-validate" rev="2.5.4">
<artifact name="lodsve-validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-validate', version='2.5.4')
)
libraryDependencies += "com.github.lodsve" % "lodsve-validate" % "2.5.4"
[com.github.lodsve/lodsve-validate "2.5.4"]