s

smithy-syntax

Provides a parse tree and formatter for Smithy models.
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-syntax-1.40.0.jar download
smithy-syntax-1.40.0.pom download
smithy-syntax-1.40.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-syntax</artifactId>
  <version>1.40.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-syntax:1.40.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-syntax:1.40.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-syntax" % "1.40.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-syntax', version='1.40.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-syntax" rev="1.40.0" />
Leiningen
[software.amazon.smithy/smithy-syntax "1.40.0"]
Apache Buildr
'software.amazon.smithy:smithy-syntax:jar:1.40.0'