is not current version
Last Version 0.9

io.github.kezhenxu94:yaml-validator-all 0.8

The all-in-one module that includes all necessary modules to use yaml-validator

GroupId

GroupId

io.github.kezhenxu94
ArtifactId

ArtifactId

yaml-validator-all
Version

Version

0.8
Type

Type

jar

Download yaml-validator-all 0.8


<!-- https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-all/ -->
<dependency>
    <groupId>io.github.kezhenxu94</groupId>
    <artifactId>yaml-validator-all</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-all/
implementation 'io.github.kezhenxu94:yaml-validator-all:0.8'
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-all/
implementation ("io.github.kezhenxu94:yaml-validator-all:0.8")
'io.github.kezhenxu94:yaml-validator-all:jar:0.8'
<dependency org="io.github.kezhenxu94" name="yaml-validator-all" rev="0.8">
  <artifact name="yaml-validator-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kezhenxu94', module='yaml-validator-all', version='0.8')
)
libraryDependencies += "io.github.kezhenxu94" % "yaml-validator-all" % "0.8"
[io.github.kezhenxu94/yaml-validator-all "0.8"]