is not current version
Last Version 2.0.0

nl.42:database-truncator 0.3.0

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

Categories

Categories

Data
GroupId

GroupId

nl.42
ArtifactId

ArtifactId

database-truncator
Version

Version

0.3.0
Type

Type

jar

Download database-truncator 0.3.0


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