is not current version
Last Version 0.15.1

com.github.dbunit-rules:junit5 0.13.1


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.dbunit-rules
ArtifactId

ArtifactId

junit5
Version

Version

0.13.1
Type

Type

jar

Download junit5 0.13.1


<!-- https://jarcasting.com/artifacts/com.github.dbunit-rules/junit5/ -->
<dependency>
    <groupId>com.github.dbunit-rules</groupId>
    <artifactId>junit5</artifactId>
    <version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbunit-rules/junit5/
implementation 'com.github.dbunit-rules:junit5:0.13.1'
// https://jarcasting.com/artifacts/com.github.dbunit-rules/junit5/
implementation ("com.github.dbunit-rules:junit5:0.13.1")
'com.github.dbunit-rules:junit5:jar:0.13.1'
<dependency org="com.github.dbunit-rules" name="junit5" rev="0.13.1">
  <artifact name="junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbunit-rules', module='junit5', version='0.13.1')
)
libraryDependencies += "com.github.dbunit-rules" % "junit5" % "0.13.1"
[com.github.dbunit-rules/junit5 "0.13.1"]