Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdsoftware.amazon.smithy |
ArtifactId | ArtifactIdsmithy-jsonschema |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
smithy-jsonschema-1.0.11.pom | |
smithy-jsonschema-1.0.11.jar | 54 KB |
smithy-jsonschema-1.0.11-sources.jar | 34 KB |
smithy-jsonschema-1.0.11-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-jsonschema/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-jsonschema</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-jsonschema/
implementation 'software.amazon.smithy:smithy-jsonschema:1.0.11'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-jsonschema/
implementation ("software.amazon.smithy:smithy-jsonschema:1.0.11")
'software.amazon.smithy:smithy-jsonschema:jar:1.0.11'
<dependency org="software.amazon.smithy" name="smithy-jsonschema" rev="1.0.11">
<artifact name="smithy-jsonschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-jsonschema', version='1.0.11')
)
libraryDependencies += "software.amazon.smithy" % "smithy-jsonschema" % "1.0.11"
[software.amazon.smithy/smithy-jsonschema "1.0.11"]