c

consistency-it

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