GroupId | GroupIdio.github.kezhenxu94 |
---|---|
ArtifactId | ArtifactIdyaml-validator-core |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
yaml-validator-core-0.8.pom | |
yaml-validator-core-0.8.jar | 21 KB |
yaml-validator-core-0.8-sources.jar | 11 KB |
yaml-validator-core-0.8-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-core/ -->
<dependency>
<groupId>io.github.kezhenxu94</groupId>
<artifactId>yaml-validator-core</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-core/
implementation 'io.github.kezhenxu94:yaml-validator-core:0.8'
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-core/
implementation ("io.github.kezhenxu94:yaml-validator-core:0.8")
'io.github.kezhenxu94:yaml-validator-core:jar:0.8'
<dependency org="io.github.kezhenxu94" name="yaml-validator-core" rev="0.8">
<artifact name="yaml-validator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kezhenxu94', module='yaml-validator-core', version='0.8')
)
libraryDependencies += "io.github.kezhenxu94" % "yaml-validator-core" % "0.8"
[io.github.kezhenxu94/yaml-validator-core "0.8"]