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