License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.tomsquest |
ArtifactId | ArtifactIddatability |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatability
Database utility written in Java to drop constraints, foreign keys, not nulls... to test what matters the
most in your integration tests
|
Project URL |
Project URL |
Filename | Size |
---|---|
datability-1.1.0.pom | |
datability-1.1.0.jar | 7 KB |
datability-1.1.0-sources.jar | 3 KB |
datability-1.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomsquest/datability/ -->
<dependency>
<groupId>com.tomsquest</groupId>
<artifactId>datability</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomsquest/datability/
implementation 'com.tomsquest:datability:1.1.0'
// https://jarcasting.com/artifacts/com.tomsquest/datability/
implementation ("com.tomsquest:datability:1.1.0")
'com.tomsquest:datability:jar:1.1.0'
<dependency org="com.tomsquest" name="datability" rev="1.1.0">
<artifact name="datability" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomsquest', module='datability', version='1.1.0')
)
libraryDependencies += "com.tomsquest" % "datability" % "1.1.0"
[com.tomsquest/datability "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : jcl-over-slf4j Optional | jar | 1.7.12 |
ch.qos.logback : logback-classic Optional | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 9.4-1201-jdbc41 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.assertj : assertj-core | jar | 2.2.0 |