GroupId | GroupIdcom.github.heavensay |
---|---|
ArtifactId | ArtifactIdtreasure-spring-validation |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring-validation/ -->
<dependency>
<groupId>com.github.heavensay</groupId>
<artifactId>treasure-spring-validation</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring-validation/
implementation 'com.github.heavensay:treasure-spring-validation:1.0.2'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-spring-validation/
implementation ("com.github.heavensay:treasure-spring-validation:1.0.2")
'com.github.heavensay:treasure-spring-validation:jar:1.0.2'
<dependency org="com.github.heavensay" name="treasure-spring-validation" rev="1.0.2">
<artifact name="treasure-spring-validation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-spring-validation', version='1.0.2')
)
libraryDependencies += "com.github.heavensay" % "treasure-spring-validation" % "1.0.2"
[com.github.heavensay/treasure-spring-validation "1.0.2"]