Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.databene |
ArtifactId | ArtifactIddbsanity |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
dbsanity-0.6.1.pom | |
dbsanity-0.6.1.jar | 127 KB |
dbsanity-0.6.1-sources.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.databene/dbsanity/ -->
<dependency>
<groupId>org.databene</groupId>
<artifactId>dbsanity</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.databene/dbsanity/
implementation 'org.databene:dbsanity:0.6.1'
// https://jarcasting.com/artifacts/org.databene/dbsanity/
implementation ("org.databene:dbsanity:0.6.1")
'org.databene:dbsanity:jar:0.6.1'
<dependency org="org.databene" name="dbsanity" rev="0.6.1">
<artifact name="dbsanity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.databene', module='dbsanity', version='0.6.1')
)
libraryDependencies += "org.databene" % "dbsanity" % "0.6.1"
[org.databene/dbsanity "0.6.1"]