s

smithy-aws-traits

This module provides Smithy traits and validators that are used by most AWS services.
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
文件下载
文件名 操作
smithy-aws-traits-1.47.0.jar 下载
smithy-aws-traits-1.47.0.pom 下载
smithy-aws-traits-1.47.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-aws-traits</artifactId>
  <version>1.47.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-aws-traits:1.47.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-aws-traits:1.47.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-aws-traits" % "1.47.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-aws-traits', version='1.47.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-aws-traits" rev="1.47.0" />
Leiningen
[software.amazon.smithy/smithy-aws-traits "1.47.0"]
Apache Buildr
'software.amazon.smithy:smithy-aws-traits:jar:1.47.0'