MVN

com.aconex.scrutineer : scrutineer

Maven & Gradle

Dec 16, 2020
1 usages
224 stars

Scrutineer (Stream Comparator) · Compares 2 streams of Ids and Versions to prove that a secondary source is in sync with a primary source of truth. Designed to verify an elasticsearch cluster contains correct information from a JDBC source.

<dependency>
    <groupId>com.aconex.scrutineer</groupId>
    <artifactId>scrutineer</artifactId>
    <version>7.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aconex.scrutineer : scrutineer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.9.3

All Versions

Choose a version of com.aconex.scrutineer : scrutineer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.9.x
scrutineer-7.9.3
6.8.x
scrutineer-6.8.13-1
scrutineer-6.8.13
scrutineer-6.8.4
6.5.x
scrutineer-6.5.0
1.0.x
scrutineer-1.0.5
scrutineer-1.0.4
scrutineer-1.0.3
scrutineer-1.0.2
scrutineer-1.0.1
scrutineer-1.0.0

How to add a dependency to Maven

Add the following com.aconex.scrutineer : scrutineer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aconex.scrutineer</groupId>
    <artifactId>scrutineer</artifactId>
    <version>7.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aconex.scrutineer : scrutineer gradle dependency to your build.gradle file:

implementation 'com.aconex.scrutineer:scrutineer:7.9.3'

Gradle Kotlin DSL: Add the following com.aconex.scrutineer : scrutineer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aconex.scrutineer:scrutineer:7.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aconex.scrutineer : scrutineer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aconex.scrutineer" % "scrutineer" % "7.9.3"

Advertisement