| Группа | Группаsoftware.amazon.smithy |
|---|---|
| Идентификатор | Идентификаторsmithy-codegen-core |
| Версия | Версия1.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| smithy-codegen-core-1.0.7.pom | |
| smithy-codegen-core-1.0.7.jar | 39 KB |
| smithy-codegen-core-1.0.7-sources.jar | 29 KB |
| smithy-codegen-core-1.0.7-javadoc.jar | 464 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-codegen-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/
implementation 'software.amazon.smithy:smithy-codegen-core:1.0.7'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/
implementation ("software.amazon.smithy:smithy-codegen-core:1.0.7")
'software.amazon.smithy:smithy-codegen-core:jar:1.0.7'
<dependency org="software.amazon.smithy" name="smithy-codegen-core" rev="1.0.7">
<artifact name="smithy-codegen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-codegen-core', version='1.0.7')
)
libraryDependencies += "software.amazon.smithy" % "smithy-codegen-core" % "1.0.7"
[software.amazon.smithy/smithy-codegen-core "1.0.7"]