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