не последняя версия
Последняя версия 1.21.0

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

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

Группа

Группа

software.amazon.smithy
Идентификатор

Идентификатор

smithy-codegen-core
Версия

Версия

1.0.9
Тип

Тип

jar

Скачать smithy-codegen-core 1.0.9


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