License |
License |
---|---|
GroupId | GroupIdsoftware.amazon.smithy |
ArtifactId | ArtifactIdsmithy-model |
Last Version | Last Version1.21.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmithy :: Model
This module provides the core implementation of loading, validating, traversing, mutating, and serializing a Smithy model.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smithy-model-1.21.0.pom | |
smithy-model-1.21.0.jar | 878 KB |
smithy-model-1.21.0-sources.jar | 467 KB |
smithy-model-1.21.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-model</artifactId>
<version>1.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation 'software.amazon.smithy:smithy-model:1.21.0'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation ("software.amazon.smithy:smithy-model:1.21.0")
'software.amazon.smithy:smithy-model:jar:1.21.0'
<dependency org="software.amazon.smithy" name="smithy-model" rev="1.21.0">
<artifact name="smithy-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-model', version='1.21.0')
)
libraryDependencies += "software.amazon.smithy" % "smithy-model" % "1.21.0"
[software.amazon.smithy/smithy-model "1.21.0"]
Group / Artifact | Type | Version |
---|---|---|
software.amazon.smithy : smithy-utils | jar | 1.21.0 |