is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-codegen-core 1.0.8

This module provides a code generation framework for generating clients, servers, documentation, and other artifacts for various languages from Smithy models.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-codegen-core
Version

Version

1.0.8
Type

Type

jar

Download smithy-codegen-core 1.0.8


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