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