is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-build 0.9.4

This module is a library used to validate Smithy models, create filtered projections of a model, and generate build artifacts.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-build
Version

Version

0.9.4
Type

Type

jar

Download smithy-build 0.9.4


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