GroupId | GroupIdsoftware.amazon.smithy |
---|---|
ArtifactId | ArtifactIdsmithy-model |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
smithy-model-0.9.9.pom | |
smithy-model-0.9.9.jar | 755 KB |
smithy-model-0.9.9-sources.jar | 400 KB |
smithy-model-0.9.9-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>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation 'software.amazon.smithy:smithy-model:0.9.9'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-model/
implementation ("software.amazon.smithy:smithy-model:0.9.9")
'software.amazon.smithy:smithy-model:jar:0.9.9'
<dependency org="software.amazon.smithy" name="smithy-model" rev="0.9.9">
<artifact name="smithy-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-model', version='0.9.9')
)
libraryDependencies += "software.amazon.smithy" % "smithy-model" % "0.9.9"
[software.amazon.smithy/smithy-model "0.9.9"]