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