is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-cli 0.9.10

This module implements the Smithy command line interface.

Categories

Categories

CLI User Interface
GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-cli
Version

Version

0.9.10
Type

Type

jar

Download smithy-cli 0.9.10


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