is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-openapi 1.0.2

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

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-openapi
Version

Version

1.0.2
Type

Type

jar

Download smithy-openapi 1.0.2


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