s

smithy-validation-model

This module provides support for validation in Smithy server SDKs
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-validation-model-1.39.1.jar download
smithy-validation-model-1.39.1.pom download
smithy-validation-model-1.39.1-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-validation-model</artifactId>
  <version>1.39.1</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-validation-model:1.39.1'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-validation-model:1.39.1")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-validation-model" % "1.39.1"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-validation-model', version='1.39.1')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-validation-model" rev="1.39.1" />
Leiningen
[software.amazon.smithy/smithy-validation-model "1.39.1"]
Apache Buildr
'software.amazon.smithy:smithy-validation-model:jar:1.39.1'