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