Files download
File Operation
inconsistency-detection-0.7.3.jar download
inconsistency-detection-0.7.3.pom download
inconsistency-detection-0.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ardoco.core</groupId>
  <artifactId>inconsistency-detection</artifactId>
  <version>0.7.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco.core:inconsistency-detection:0.7.3'
Gradle Kotlin
implementation("io.github.ardoco.core:inconsistency-detection:0.7.3")
Scala SBT
libraryDependencies += "io.github.ardoco.core" % "inconsistency-detection" % "0.7.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco.core', module='inconsistency-detection', version='0.7.3')
)
Apache Ivy
<dependency org="io.github.ardoco.core" name="inconsistency-detection" rev="0.7.3" />
Leiningen
[io.github.ardoco.core/inconsistency-detection "0.7.3"]
Apache Buildr
'io.github.ardoco.core:inconsistency-detection:jar:0.7.3'