is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-openapi 0.9.7

This module contains support for converting a Smithy model to OpenAPI.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-openapi
Version

Version

0.9.7
Type

Type

jar

Download smithy-openapi 0.9.7


<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-openapi/ -->
<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-openapi</artifactId>
    <version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-openapi/
implementation 'software.amazon.smithy:smithy-openapi:0.9.7'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-openapi/
implementation ("software.amazon.smithy:smithy-openapi:0.9.7")
'software.amazon.smithy:smithy-openapi:jar:0.9.7'
<dependency org="software.amazon.smithy" name="smithy-openapi" rev="0.9.7">
  <artifact name="smithy-openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-openapi', version='0.9.7')
)
libraryDependencies += "software.amazon.smithy" % "smithy-openapi" % "0.9.7"
[software.amazon.smithy/smithy-openapi "0.9.7"]