is not current version
Last Version 1.21.0

software.amazon.smithy:smithy-diff 0.9.8

This module detects differences between two Smithy models, identifying changes that are safe and changes that are backward incompatible.

GroupId

GroupId

software.amazon.smithy
ArtifactId

ArtifactId

smithy-diff
Version

Version

0.9.8
Type

Type

jar

Download smithy-diff 0.9.8


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