is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-cli 1.0.6

This module implements the Smithy command line interface.

Categories

Categories

CLI User Interface
GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-cli
Version

Version

1.0.6
Type

Type

jar

Download smithy-cli 1.0.6


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