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

software.amazon.smithy:smithy-model 1.5.0

This module provides the core implementation of loading, validating, traversing, mutating, and serializing a Smithy model.

Группа

Группа

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

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

smithy-model
Версия

Версия

1.5.0
Тип

Тип

jar

Скачать smithy-model 1.5.0


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