is not current version
Last Version 0.9.4

org.databene:dbsanity 0.9.3

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.9.3
Type

Type

jar

Download dbsanity 0.9.3


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