is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-linters 0.9.3

This module provides support for customizable linters declared in the metadata section of a Smithy model.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-linters
Version

Version

0.9.3
Type

Type

jar

Download smithy-linters 0.9.3


<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/ -->
<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-linters</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/
implementation 'software.amazon.smithy:smithy-linters:0.9.3'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/
implementation ("software.amazon.smithy:smithy-linters:0.9.3")
'software.amazon.smithy:smithy-linters:jar:0.9.3'
<dependency org="software.amazon.smithy" name="smithy-linters" rev="0.9.3">
  <artifact name="smithy-linters" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-linters', version='0.9.3')
)
libraryDependencies += "software.amazon.smithy" % "smithy-linters" % "0.9.3"
[software.amazon.smithy/smithy-linters "0.9.3"]