is not current version
Last Version 3.0.0

at.molindo:scrutineer 2.0.0

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.

GroupId

GroupId

at.molindo
ArtifactId

ArtifactId

scrutineer
Version

Version

2.0.0
Type

Type

jar

Download scrutineer 2.0.0


<!-- https://jarcasting.com/artifacts/at.molindo/scrutineer/ -->
<dependency>
    <groupId>at.molindo</groupId>
    <artifactId>scrutineer</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.molindo/scrutineer/
implementation 'at.molindo:scrutineer:2.0.0'
// https://jarcasting.com/artifacts/at.molindo/scrutineer/
implementation ("at.molindo:scrutineer:2.0.0")
'at.molindo:scrutineer:jar:2.0.0'
<dependency org="at.molindo" name="scrutineer" rev="2.0.0">
  <artifact name="scrutineer" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.molindo', module='scrutineer', version='2.0.0')
)
libraryDependencies += "at.molindo" % "scrutineer" % "2.0.0"
[at.molindo/scrutineer "2.0.0"]