| License |
License |
|---|---|
| GroupId | GroupIdat.molindo |
| ArtifactId | ArtifactIdscrutineer |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
DescriptionScrutineer (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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scrutineer-3.0.0.pom | |
| scrutineer-3.0.0.jar | 28 KB |
| scrutineer-3.0.0-sources.jar | 14 KB |
| scrutineer-3.0.0-javadoc.jar | 143 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.molindo/scrutineer/ -->
<dependency>
<groupId>at.molindo</groupId>
<artifactId>scrutineer</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/scrutineer/
implementation 'at.molindo:scrutineer:3.0.0'
// https://jarcasting.com/artifacts/at.molindo/scrutineer/
implementation ("at.molindo:scrutineer:3.0.0")
'at.molindo:scrutineer:jar:3.0.0'
<dependency org="at.molindo" name="scrutineer" rev="3.0.0">
<artifact name="scrutineer" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='scrutineer', version='3.0.0')
)
libraryDependencies += "at.molindo" % "scrutineer" % "3.0.0"
[at.molindo/scrutineer "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.util : java-merge-sort | jar | 1.0.0 |
| commons-lang : commons-lang | jar | 2.5 |
| com.google.guava : guava | jar | 18.0 |
| org.slf4j : slf4j-api | jar | 1.7.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.1 |
| org.mockito : mockito-all | jar | 1.8.5 |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.3 |