License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIddatabase-truncator |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatabase Truncator
Logic for emptying database tables of their content without affecting the structure. Useful for unit tests
|
Project Organization |
Project Organization42 BV |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
database-truncator-2.0.0.pom | |
database-truncator-2.0.0.jar | 26 KB |
database-truncator-2.0.0-sources.jar | 11 KB |
database-truncator-2.0.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.42/database-truncator/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>database-truncator</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/database-truncator/
implementation 'nl.42:database-truncator:2.0.0'
// https://jarcasting.com/artifacts/nl.42/database-truncator/
implementation ("nl.42:database-truncator:2.0.0")
'nl.42:database-truncator:jar:2.0.0'
<dependency org="nl.42" name="database-truncator" rev="2.0.0">
<artifact name="database-truncator" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='database-truncator', version='2.0.0')
)
libraryDependencies += "nl.42" % "database-truncator" % "2.0.0"
[nl.42/database-truncator "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.0 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.5.0 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | |
com.h2database : h2 | jar | 1.4.200 |