MVN

software.amazon.smithy : smithy-validation-model

Maven & Gradle

Aug 22, 2023
1 usages
1.7k stars

Smithy :: Validation Support · This module provides support for validation in Smithy server SDKs

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-validation-model</artifactId>
    <version>1.37.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.smithy : smithy-validation-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.37.0
  • Latest Release Candidate: 1.21.0-rc1

All Versions

Choose a version of software.amazon.smithy : smithy-validation-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.37.x
smithy-validation-model-1.37.0
1.36.x
smithy-validation-model-1.36.0
1.35.x
smithy-validation-model-1.35.0
1.34.x
smithy-validation-model-1.34.0
1.33.x
smithy-validation-model-1.33.0
1.32.x
smithy-validation-model-1.32.0
1.31.x
smithy-validation-model-1.31.0
1.30.x
smithy-validation-model-1.30.0
1.29.x
smithy-validation-model-1.29.0
1.28.x
smithy-validation-model-1.28.1
smithy-validation-model-1.28.0
1.27.x
smithy-validation-model-1.27.2
smithy-validation-model-1.27.1
smithy-validation-model-1.27.0
1.26.x
smithy-validation-model-1.26.4
smithy-validation-model-1.26.3
smithy-validation-model-1.26.2
smithy-validation-model-1.26.1
smithy-validation-model-1.26.0
1.25.x
smithy-validation-model-1.25.2
smithy-validation-model-1.25.1
smithy-validation-model-1.25.0
1.24.x
smithy-validation-model-1.24.0
1.23.x
smithy-validation-model-1.23.1
smithy-validation-model-1.23.0
1.22.x
smithy-validation-model-1.22.0
1.21.x
smithy-validation-model-1.21.0
smithy-validation-model-1.21.0-rc1
1.19.x
smithy-validation-model-1.19.0
1.18.x
smithy-validation-model-1.18.1
smithy-validation-model-1.18.0
1.17.x
smithy-validation-model-1.17.0
1.16.x
smithy-validation-model-1.16.3
smithy-validation-model-1.16.2
smithy-validation-model-1.16.1
smithy-validation-model-1.16.0
1.15.x
smithy-validation-model-1.15.0
1.14.x
smithy-validation-model-1.14.1
smithy-validation-model-1.14.0
1.13.x
smithy-validation-model-1.13.1
smithy-validation-model-1.13.0
1.12.x
smithy-validation-model-1.12.0
1.11.x
smithy-validation-model-1.11.0
1.10.x
smithy-validation-model-1.10.0
1.9.x
smithy-validation-model-1.9.1
smithy-validation-model-1.9.0

How to add a dependency to Maven

Add the following software.amazon.smithy : smithy-validation-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-validation-model</artifactId>
    <version>1.37.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.smithy : smithy-validation-model gradle dependency to your build.gradle file:

implementation 'software.amazon.smithy:smithy-validation-model:1.37.0'

Gradle Kotlin DSL: Add the following software.amazon.smithy : smithy-validation-model gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.smithy:smithy-validation-model:1.37.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.smithy : smithy-validation-model sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.smithy" % "smithy-validation-model" % "1.37.0"

Advertisement