s

smithy-build

This module is a library used to validate Smithy models, create filtered projections of a model, and generate build artifacts.
https://github.com/awslabs/smithy
Apache License 2.0
Smithy
文件下载
文件名 操作
smithy-build-1.27.1.jar 下载
smithy-build-1.27.1.pom 下载
smithy-build-1.27.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-build</artifactId>
  <version>1.27.1</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-build:1.27.1'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-build:1.27.1")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-build" % "1.27.1"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-build', version='1.27.1')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-build" rev="1.27.1" />
Leiningen
[software.amazon.smithy/smithy-build "1.27.1"]
Apache Buildr
'software.amazon.smithy:smithy-build:jar:1.27.1'