s

smithy-openapi-traits

This module provides Smithy traits that are used in converting a Smithy model to OpenAPI.
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-openapi-traits-1.45.0.jar download
smithy-openapi-traits-1.45.0.pom download
smithy-openapi-traits-1.45.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-openapi-traits</artifactId>
  <version>1.45.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-openapi-traits:1.45.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-openapi-traits:1.45.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-openapi-traits" % "1.45.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-openapi-traits', version='1.45.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-openapi-traits" rev="1.45.0" />
Leiningen
[software.amazon.smithy/smithy-openapi-traits "1.45.0"]
Apache Buildr
'software.amazon.smithy:smithy-openapi-traits:jar:1.45.0'