is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-model 0.9.1

This module provides the core implementation of loading, validating, traversing, mutating, and serializing a Smithy model.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-model
Version

Version

0.9.1
Type

Type

jar

Download smithy-model 0.9.1


<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/ -->
<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-model</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation 'software.amazon.smithy:smithy-model:0.9.1'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation ("software.amazon.smithy:smithy-model:0.9.1")
'software.amazon.smithy:smithy-model:jar:0.9.1'
<dependency org="software.amazon.smithy" name="smithy-model" rev="0.9.1">
  <artifact name="smithy-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-model', version='0.9.1')
)
libraryDependencies += "software.amazon.smithy" % "smithy-model" % "0.9.1"
[software.amazon.smithy/smithy-model "0.9.1"]