GroupId | GroupIdcom.github.mjeanroy |
---|---|
ArtifactId | ArtifactIddbunit-plus |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
dbunit-plus-0.7.0.pom | |
dbunit-plus-0.7.0.jar | 195 KB |
dbunit-plus-0.7.0-sources.jar | 234 KB |
dbunit-plus-0.7.0-javadoc.jar | 675 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/dbunit-plus/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>dbunit-plus</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/dbunit-plus/
implementation 'com.github.mjeanroy:dbunit-plus:0.7.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/dbunit-plus/
implementation ("com.github.mjeanroy:dbunit-plus:0.7.0")
'com.github.mjeanroy:dbunit-plus:jar:0.7.0'
<dependency org="com.github.mjeanroy" name="dbunit-plus" rev="0.7.0">
<artifact name="dbunit-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='dbunit-plus', version='0.7.0')
)
libraryDependencies += "com.github.mjeanroy" % "dbunit-plus" % "0.7.0"
[com.github.mjeanroy/dbunit-plus "0.7.0"]