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