| GroupId | GroupIdcom.github.lodsve |
|---|---|
| ArtifactId | ArtifactIdlodsve-validate |
| Version | Version2.4.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lodsve-validate-2.4.8.pom | |
| lodsve-validate-2.4.8.jar | 34 KB |
| lodsve-validate-2.4.8-sources.jar | 28 KB |
| lodsve-validate-2.4.8-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.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-validate/
implementation 'com.github.lodsve:lodsve-validate:2.4.8'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-validate/
implementation ("com.github.lodsve:lodsve-validate:2.4.8")
'com.github.lodsve:lodsve-validate:jar:2.4.8'
<dependency org="com.github.lodsve" name="lodsve-validate" rev="2.4.8">
<artifact name="lodsve-validate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-validate', version='2.4.8')
)
libraryDependencies += "com.github.lodsve" % "lodsve-validate" % "2.4.8"
[com.github.lodsve/lodsve-validate "2.4.8"]