s

smithy-diff

This module detects differences between two Smithy models, identifying changes that are safe and changes that are backward incompatible.
https://github.com/smithy-lang/smithy
Apache License 2.0
Smithy
Files download
File Operation
smithy-diff-1.49.0.jar download
smithy-diff-1.49.0.pom download
smithy-diff-1.49.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-diff</artifactId>
  <version>1.49.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-diff:1.49.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-diff:1.49.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-diff" % "1.49.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-diff', version='1.49.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-diff" rev="1.49.0" />
Leiningen
[software.amazon.smithy/smithy-diff "1.49.0"]
Apache Buildr
'software.amazon.smithy:smithy-diff:jar:1.49.0'