GroupId | GroupIdio.github.kezhenxu94 |
---|---|
ArtifactId | ArtifactIdyaml-validator |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
yaml-validator-0.7.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator/ -->
<dependency>
<groupId>io.github.kezhenxu94</groupId>
<artifactId>yaml-validator</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator/
implementation 'io.github.kezhenxu94:yaml-validator:0.7'
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator/
implementation ("io.github.kezhenxu94:yaml-validator:0.7")
'io.github.kezhenxu94:yaml-validator:pom:0.7'
<dependency org="io.github.kezhenxu94" name="yaml-validator" rev="0.7">
<artifact name="yaml-validator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.kezhenxu94', module='yaml-validator', version='0.7')
)
libraryDependencies += "io.github.kezhenxu94" % "yaml-validator" % "0.7"
[io.github.kezhenxu94/yaml-validator "0.7"]