is not current version
Last Version 1.1.8

org.nocrala.tools.database.sentinel:sentinel 1.0.4

Sentinel compares database structure between of different environments to verify they are identical.

Categories

Categories

Data Sentinel Container Microservices
GroupId

GroupId

org.nocrala.tools.database.sentinel
ArtifactId

ArtifactId

sentinel
Version

Version

1.0.4
Type

Type

pom

Download sentinel 1.0.4

Filename Size
sentinel-1.0.4.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel/ -->
<dependency>
    <groupId>org.nocrala.tools.database.sentinel</groupId>
    <artifactId>sentinel</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel/
implementation 'org.nocrala.tools.database.sentinel:sentinel:1.0.4'
// https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel/
implementation ("org.nocrala.tools.database.sentinel:sentinel:1.0.4")
'org.nocrala.tools.database.sentinel:sentinel:pom:1.0.4'
<dependency org="org.nocrala.tools.database.sentinel" name="sentinel" rev="1.0.4">
  <artifact name="sentinel" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.database.sentinel', module='sentinel', version='1.0.4')
)
libraryDependencies += "org.nocrala.tools.database.sentinel" % "sentinel" % "1.0.4"
[org.nocrala.tools.database.sentinel/sentinel "1.0.4"]