Download scrutineer-2.0.0.jar file - Jar s

Jar examples for s:scrutineer

Description

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.

You can download jar file scrutineer 2.0.0 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add scrutineer-2.0.0.jar to your project.

<dependency>
   <groupId>at.molindo</groupId>
   <artifactId>scrutineer</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'at.molindo', name: 'scrutineer', version: '2.0.0'
libraryDependencies += "at.molindo" % "scrutineer" % "2.0.0"
<dependency org="at.molindo" name="scrutineer" rev="2.0.0"/>
@Grapes(@Grab(group='at.molindo', module='scrutineer', version='2.0.0'))
'at.molindo:scrutineer:jar:2.0.0'

Download

Click the following link to download the jar file.

scrutineer-2.0.0-javadoc.jar
scrutineer-2.0.0-sources.jar
scrutineer-2.0.0.jar
scrutineer-2.0.0.pom



Related Tutorials