is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-build 1.0.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

1.0.4
Type

Type

jar

Download smithy-build 1.0.4


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