is not current version
Last Version 0.9.4

org.databene:dbsanity 0.8.4

DB Sanity is a tool for verifying a database's sanity and data integrity.

Categories

Categories

Data
GroupId

GroupId

org.databene
ArtifactId

ArtifactId

dbsanity
Version

Version

0.8.4
Type

Type

jar

Download dbsanity 0.8.4


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