| License |
License |
|---|---|
| GroupId | GroupIdio.github.kezhenxu94 |
| ArtifactId | ArtifactIdyaml-validator-core |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe core API of yaml-validator
|
| Filename | Size |
|---|---|
| yaml-validator-core-0.9.pom | |
| yaml-validator-core-0.9.jar | 21 KB |
| yaml-validator-core-0.9-sources.jar | 11 KB |
| yaml-validator-core-0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-core/
implementation 'io.github.kezhenxu94:yaml-validator-core:0.9'
// https://jarcasting.com/artifacts/io.github.kezhenxu94/yaml-validator-core/
implementation ("io.github.kezhenxu94:yaml-validator-core:0.9")
'io.github.kezhenxu94:yaml-validator-core:jar:0.9'
<dependency org="io.github.kezhenxu94" name="yaml-validator-core" rev="0.9">
<artifact name="yaml-validator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kezhenxu94', module='yaml-validator-core', version='0.9')
)
libraryDependencies += "io.github.kezhenxu94" % "yaml-validator-core" % "0.9"
[io.github.kezhenxu94/yaml-validator-core "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.26 |
| org.reflections : reflections | jar | 0.9.12 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.71 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.0 |