is not current version
Last Version 1.21.0

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

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

0.9.0
Type

Type

jar

Download smithy-codegen-core 0.9.0


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