Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.codelens |
ArtifactId | ArtifactIdthorntail-json-schema-generator |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/ -->
<dependency>
<groupId>io.codelens</groupId>
<artifactId>thorntail-json-schema-generator</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/
implementation 'io.codelens:thorntail-json-schema-generator:1.1.0'
// https://jarcasting.com/artifacts/io.codelens/thorntail-json-schema-generator/
implementation ("io.codelens:thorntail-json-schema-generator:1.1.0")
'io.codelens:thorntail-json-schema-generator:jar:1.1.0'
<dependency org="io.codelens" name="thorntail-json-schema-generator" rev="1.1.0">
<artifact name="thorntail-json-schema-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codelens', module='thorntail-json-schema-generator', version='1.1.0')
)
libraryDependencies += "io.codelens" % "thorntail-json-schema-generator" % "1.1.0"
[io.codelens/thorntail-json-schema-generator "1.1.0"]