s

smithy-model

This module provides the core implementation of loading, validating, traversing, mutating, and serializing a Smithy model.
https://github.com/awslabs/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-model-1.0.10.jar download
smithy-model-1.0.10.pom download
smithy-model-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-model</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-model:1.0.10'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-model:1.0.10")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-model" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-model', version='1.0.10')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-model" rev="1.0.10" />
Leiningen
[software.amazon.smithy/smithy-model "1.0.10"]
Apache Buildr
'software.amazon.smithy:smithy-model:jar:1.0.10'