License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.codelens |
ArtifactId | ArtifactIdthorntail-json-schema-generator |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionThorntail configuration schema generator
Utility that can be used to generate a JSON Schema which can be used to validate Thorntail YAML configuration files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/ -->
<dependency>
<groupId>io.codelens</groupId>
<artifactId>thorntail-json-schema-generator</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/
implementation 'io.codelens:thorntail-json-schema-generator:1.1.1'
// https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/
implementation ("io.codelens:thorntail-json-schema-generator:1.1.1")
'io.codelens:thorntail-json-schema-generator:jar:1.1.1'
<dependency org="io.codelens" name="thorntail-json-schema-generator" rev="1.1.1">
<artifact name="thorntail-json-schema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codelens', module='thorntail-json-schema-generator', version='1.1.1')
)
libraryDependencies += "io.codelens" % "thorntail-json-schema-generator" % "1.1.1"
[io.codelens/thorntail-json-schema-generator "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.11 |
io.thorntail : full | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |