GroupId | GroupIdsoftware.amazon.smithy |
---|---|
ArtifactId | ArtifactIdsmithy-linters |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
smithy-linters-0.9.6.pom | |
smithy-linters-0.9.6.jar | 60 KB |
smithy-linters-0.9.6-sources.jar | 26 KB |
smithy-linters-0.9.6-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-linters</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/
implementation 'software.amazon.smithy:smithy-linters:0.9.6'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-linters/
implementation ("software.amazon.smithy:smithy-linters:0.9.6")
'software.amazon.smithy:smithy-linters:jar:0.9.6'
<dependency org="software.amazon.smithy" name="smithy-linters" rev="0.9.6">
<artifact name="smithy-linters" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-linters', version='0.9.6')
)
libraryDependencies += "software.amazon.smithy" % "smithy-linters" % "0.9.6"
[software.amazon.smithy/smithy-linters "0.9.6"]