Last Version

Database Truncator 2.0.0

Logic for emptying database tables of their content without affecting the structure. Useful for unit tests

License

License

Categories

Categories

Data
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

database-truncator
Version

Version

2.0.0
Type

Type

jar
Description

Description

Database Truncator
Logic for emptying database tables of their content without affecting the structure. Useful for unit tests
Project Organization

Project Organization

42 BV
Source Code Management

Source Code Management

https://github.com/42BV/database-truncator

Download database-truncator 2.0.0


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar
com.h2database : h2 jar 1.4.200

Project Modules

There are no modules declared in this project.