s

smithy-cli

This module implements the Smithy command line interface.
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-cli-1.52.0.jar download
smithy-cli-1.52.0.pom download
smithy-cli-1.52.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-cli</artifactId>
  <version>1.52.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-cli:1.52.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-cli:1.52.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-cli" % "1.52.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-cli', version='1.52.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-cli" rev="1.52.0" />
Leiningen
[software.amazon.smithy/smithy-cli "1.52.0"]
Apache Buildr
'software.amazon.smithy:smithy-cli:jar:1.52.0'