| GroupId | GroupIdsoftware.amazon.smithy |
|---|---|
| ArtifactId | ArtifactIdsmithy-codegen-core |
| Version | Version0.9.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smithy-codegen-core-0.9.6.pom | |
| smithy-codegen-core-0.9.6.jar | 41 KB |
| smithy-codegen-core-0.9.6-sources.jar | 30 KB |
| smithy-codegen-core-0.9.6-javadoc.jar | 474 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-codegen-core</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/
implementation 'software.amazon.smithy:smithy-codegen-core:0.9.6'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-codegen-core/
implementation ("software.amazon.smithy:smithy-codegen-core:0.9.6")
'software.amazon.smithy:smithy-codegen-core:jar:0.9.6'
<dependency org="software.amazon.smithy" name="smithy-codegen-core" rev="0.9.6">
<artifact name="smithy-codegen-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-codegen-core', version='0.9.6')
)
libraryDependencies += "software.amazon.smithy" % "smithy-codegen-core" % "0.9.6"
[software.amazon.smithy/smithy-codegen-core "0.9.6"]