c

consistency-it

ONgDB Community Edition consistency checker integration tests.
GNU General Public License, Version 3
Files download
File Operation
consistency-it-3.6.0.jar download
consistency-it-3.6.0.pom download
consistency-it-3.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb.community</groupId>
  <artifactId>consistency-it</artifactId>
  <version>3.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb.community:consistency-it:3.6.0'
Gradle Kotlin
implementation("org.graphfoundation.ongdb.community:consistency-it:3.6.0")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb.community" % "consistency-it" % "3.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb.community', module='consistency-it', version='3.6.0')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb.community" name="consistency-it" rev="3.6.0" />
Leiningen
[org.graphfoundation.ongdb.community/consistency-it "3.6.0"]
Apache Buildr
'org.graphfoundation.ongdb.community:consistency-it:jar:3.6.0'