Download scrutineer-1.0.4.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 1.0.4 in this page.

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

scrutineer-1.0.4-javadoc.jar
scrutineer-1.0.4-sources.jar
scrutineer-1.0.4.jar
scrutineer-1.0.4.pom



Related Tutorials